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

Container for the parameters to the DescribeTags operation. Returns the tags associated with a file system. The order of tags returned in the response of one DescribeTags call and the order of tags returned across the responses of a multi-call iteration (when using pagination) is unspecified.

This operation requires permissions for the elasticfilesystem:DescribeTags action.

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

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

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

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

DescribeTagsRequest ( string fileSystemId ) : System

Instantiates DescribeTagsRequest with the parameterized properties

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

Метод Описание
IsSetFileSystemId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : 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 ( string fileSystemId ) : System
fileSystemId string ID of the file system whose tag set you want to retrieve.
Результат System