Class: Aws::TimestreamQuery::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token to resume pagination with a subsequent call to
ListTagsForResourceResponse
. -
#tags ⇒ Array<Types::Tag>
The tags currently associated with the Timestream resource.
Instance Attribute Details
#next_token ⇒ String
A pagination token to resume pagination with a subsequent call to
ListTagsForResourceResponse
.
621 622 623 624 625 626 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 621 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags currently associated with the Timestream resource.
621 622 623 624 625 626 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 621 class ListTagsForResourceResponse < Struct.new( :tags, :next_token) SENSITIVE = [] include Aws::Structure end |