AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.GetPasswordDataRequestConstructorTests C# (CSharp) 메소드

GetPasswordDataRequestConstructorTests() 개인적인 메소드

private GetPasswordDataRequestConstructorTests ( ) : void
리턴 void
        public void GetPasswordDataRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.GetPasswordDataRequest), new System.Type[] { typeof(string), });
        }
EC2ConstructorCustomizationsTests