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

ResetSnapshotAttributeRequestConstructorTests() private method

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