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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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