C# Class Amazon.EC2.Model.ModifySnapshotAttributeRequest

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetAttribute ( ) : bool
IsSetCreateVolumePermission ( ) : bool
IsSetGroupNames ( ) : bool
IsSetOperationType ( ) : bool
IsSetSnapshotId ( ) : bool
IsSetUserIds ( ) : bool

Method Details

ModifySnapshotAttributeRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ModifySnapshotAttributeRequest ( ) : System
Résultat System

ModifySnapshotAttributeRequest() public méthode

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.
Résultat System