C# Класс Amazon.EC2.Model.ModifySnapshotAttributeRequest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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