Class: Aws::TimestreamQuery::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags to return.

Returns:

  • (Integer)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 495

class ListTagsForResourceRequest < Struct.new(
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to resume pagination.

Returns:

  • (String)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 495

class ListTagsForResourceRequest < Struct.new(
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Timestream resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 495

class ListTagsForResourceRequest < Struct.new(
  :resource_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end