Class: Aws::ConfigService::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response. -
#tags ⇒ Array<Types::Tag>
The tags for the resource.
Instance Attribute Details
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
5292 5293 5294 5295 5296 5297 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5292 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags for the resource.
5292 5293 5294 5295 5296 5297 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5292 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |