Class: Aws::TimestreamQuery::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of tags to return.
-
#next_token ⇒ String
A pagination token to resume pagination.
-
#resource_arn ⇒ String
The Timestream resource with tags to be listed.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of tags to return.
602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 602 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token to resume pagination.
602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 602 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).
602 603 604 605 606 607 608 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 602 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |