Class: Aws::DynamoDB::Types::ListTagsOfResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListTagsOfResourceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If this value is returned, there are additional results to be displayed.
-
#tags ⇒ Array<Types::Tag>
The tags currently associated with the Amazon DynamoDB resource.
Instance Attribute Details
#next_token ⇒ String
If this value is returned, there are additional results to be displayed. To retrieve them, call ListTagsOfResource again, with NextToken set to this value.
5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5358 class ListTagsOfResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags currently associated with the Amazon DynamoDB resource.
5358 5359 5360 5361 5362 5363 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5358 class ListTagsOfResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |