Class: Aws::ApplicationDiscoveryService::Types::DescribeTagsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeTagsResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The call returns a token.
-
#tags ⇒ Array<Types::ConfigurationTag>
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
Instance Attribute Details
#next_token ⇒ String
The call returns a token. Use this token to get the next set of results.
1106 1107 1108 1109 1110 1111 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1106 class DescribeTagsResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::ConfigurationTag>
Depending on the input, this is a list of configuration items tagged with a specific tag, or a list of tags for a specific configuration item.
1106 1107 1108 1109 1110 1111 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1106 class DescribeTagsResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |