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

ResetImageAttributeRequestConstructorTests() private method

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