class Aws::ApplicationDiscoveryService::Types::DescribeTagsRequest
@note When making an API call, you may pass DescribeTagsRequest
data as a hash: { filters: [ { name: "FilterName", # required values: ["FilterValue"], # required }, ], max_results: 1, next_token: "NextToken", }
@!attribute [rw] filters
You can filter the list using a *key*-*value* format. You can separate these items by using logical operators. Allowed filters include `tagKey`, `tagValue`, and `configurationId`. @return [Array<Types::TagFilter>]
@!attribute [rw] max_results
The total number of items to return in a single page of output. The maximum value is 100. @return [Integer]
@!attribute [rw] next_token
A token to start the list. Use this token to get the next set of results. @return [String]
Constants
- SENSITIVE