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

AssociateAddressRequestConstructorTests() private method

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