Class: Aws::ApplicationDiscoveryService::Types::DescribeTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeTagsRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::TagFilter>
You can filter the list using a key-value format.
-
#max_results ⇒ Integer
The total number of items to return in a single page of output.
-
#next_token ⇒ String
A token to start the list.
Instance Attribute Details
#filters ⇒ Array<Types::TagFilter>
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
.
1091 1092 1093 1094 1095 1096 1097 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1091 class DescribeTagsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The total number of items to return in a single page of output. The maximum value is 100.
1091 1092 1093 1094 1095 1096 1097 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1091 class DescribeTagsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
1091 1092 1093 1094 1095 1096 1097 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1091 class DescribeTagsRequest < Struct.new( :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |