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

RevokeSecurityGroupIngressRequestConstructorTests() private method

private RevokeSecurityGroupIngressRequestConstructorTests ( ) : void
return void
        public void RevokeSecurityGroupIngressRequestConstructorTests()
        {
            EnsureConstructorExists(typeof(Amazon.EC2.Model.RevokeSecurityGroupIngressRequest), new System.Type[] { typeof(string), typeof(List<IpPermission>), });
        }
EC2ConstructorCustomizationsTests