Amazon.EC2.Model.DescribeSnapshotAttributeRequest.DescribeSnapshotAttributeRequest C# (CSharp) Method

DescribeSnapshotAttributeRequest() public method

Instantiates DescribeSnapshotAttributeRequest with the parameterized properties
public DescribeSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System
snapshotId string The ID of the EBS snapshot.
attribute SnapshotAttributeName The snapshot attribute you would like to view.
return System
        public DescribeSnapshotAttributeRequest(string snapshotId, SnapshotAttributeName attribute)
        {
            _snapshotId = snapshotId;
            _attribute = attribute;
        }

Same methods

DescribeSnapshotAttributeRequest::DescribeSnapshotAttributeRequest ( ) : System