C# Class Amazon.EC2.Model.DescribeSnapshotAttributeRequest

Container for the parameters to the DescribeSnapshotAttribute operation.

Describes an attribute of the specified snapshot. You can specify only one attribute at a time.

For more information about Amazon EBS snapshots, see Amazon EBS Snapshots in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeSnapshotAttributeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System

Instantiates DescribeSnapshotAttributeRequest with the parameterized properties

Private Methods

Method Description
IsSetAttribute ( ) : bool
IsSetSnapshotId ( ) : bool

Method Details

DescribeSnapshotAttributeRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeSnapshotAttributeRequest ( ) : System
return System

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