C# 클래스 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 .

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetAttribute ( ) : bool
IsSetSnapshotId ( ) : bool

메소드 상세

DescribeSnapshotAttributeRequest() 공개 메소드

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

DescribeSnapshotAttributeRequest() 공개 메소드

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.
리턴 System