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

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

공개 메소드들

메소드 설명
ModifySnapshotAttributeRequest ( ) : System

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

ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System

Instantiates ModifySnapshotAttributeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAttribute ( ) : bool
IsSetCreateVolumePermission ( ) : bool
IsSetGroupNames ( ) : bool
IsSetOperationType ( ) : bool
IsSetSnapshotId ( ) : bool
IsSetUserIds ( ) : bool

메소드 상세

ModifySnapshotAttributeRequest() 공개 메소드

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

ModifySnapshotAttributeRequest() 공개 메소드

Instantiates ModifySnapshotAttributeRequest with the parameterized properties
public ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The snapshot attribute to modify. Only volume creation permissions may be modified at the customer level.
operationType OperationType The type of operation to perform to the attribute.
리턴 System