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

Container for the parameters to the DescribeTags operation. Describes one or more of the tags for your EC2 resources.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

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

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

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

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

DescribeTagsRequest ( List filters ) : System

Instantiates DescribeTagsRequest with the parameterized properties

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

Метод Описание
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

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

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

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

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

Instantiates DescribeTagsRequest with the parameterized properties
public DescribeTagsRequest ( List filters ) : System
filters List One or more filters.
  • key - The tag key.
  • resource-id - The resource ID.
  • resource-type - The resource type (customer-gateway | dhcp-options | image | instance | internet-gateway | network-acl | network-interface | reserved-instances | route-table | security-group | snapshot | spot-instances-request | subnet | volume | vpc | vpn-connection | vpn-gateway).
  • value - The tag value.
Результат System