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

DescribeSnapshotAttributeRequestConstructorTests() 개인적인 메소드

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