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
Показать файл Открыть проект Примеры использования класса

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

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