Class: Aws::Keyspaces::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to specify where to start paginating.
-
#tags ⇒ Array<Types::Tag>
A list of tags.
Instance Attribute Details
#next_token ⇒ String
A token to specify where to start paginating. This is the
NextToken
from a previously truncated response.
799 800 801 802 803 804 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 799 class ListTagsForResourceResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags.
799 800 801 802 803 804 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 799 class ListTagsForResourceResponse < Struct.new( :next_token, :tags) SENSITIVE = [] include Aws::Structure end |