Class: Aws::DynamoDB::Types::ListTagsOfResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListTagsOfResourceOutput
- Defined in:
- gems/aws-sdk-dynamodb/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.
5564 5565 5566 5567 5568 5569 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5564 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.
5564 5565 5566 5567 5568 5569 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5564 class ListTagsOfResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |