AWSSDK_DotNet35.UnitTests.TestTools.EC2ConstructorCustomizationsTests.GetPasswordDataRequestConstructorTests C# (CSharp) Method

GetPasswordDataRequestConstructorTests() private method

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