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

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

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

Метод Описание
DescribeImageAttributeRequest ( ) : System

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

DescribeImageAttributeRequest ( string imageId, ImageAttributeName attribute ) : System

Instantiates DescribeImageAttributeRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetAttribute ( ) : bool
IsSetImageId ( ) : bool

Описание методов

DescribeImageAttributeRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeImageAttributeRequest ( ) : System
Результат System

DescribeImageAttributeRequest() публичный Метод

Instantiates DescribeImageAttributeRequest with the parameterized properties
public DescribeImageAttributeRequest ( string imageId, ImageAttributeName attribute ) : System
imageId string The ID of the AMI.
attribute ImageAttributeName The AMI attribute. Note: Depending on your account privileges, the blockDeviceMapping attribute may return a Client.AuthFailure error. If this happens, use DescribeImages to get information about the block device mapping for the AMI.
Результат System