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

DescribeSnapshotAttributeRequestConstructorTests() private method

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