C# Class 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.

Inheritance: AmazonElasticFileSystemRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetFileSystemId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

DescribeTagsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeTagsRequest ( ) : System
return System

DescribeTagsRequest() public method

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.
return System