C# 클래스 Amazon.EC2.Model.ResetSnapshotAttributeRequest

Container for the parameters to the ResetSnapshotAttribute operation.

Resets permission settings for the specified snapshot.

For more information on modifying snapshot permissions, see Sharing Snapshots in the Amazon Elastic Compute Cloud User Guide .

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

공개 메소드들

메소드 설명
ResetSnapshotAttributeRequest ( ) : System

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

ResetSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System

Instantiates ResetSnapshotAttributeRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

ResetSnapshotAttributeRequest() 공개 메소드

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

ResetSnapshotAttributeRequest() 공개 메소드

Instantiates ResetSnapshotAttributeRequest with the parameterized properties
public ResetSnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.
리턴 System