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.
5747 5748 5749 5750 5751 5752 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5747 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.
5747 5748 5749 5750 5751 5752 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5747 class ListTagsOfResourceOutput < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |