Class: Aws::TimestreamWrite::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamwrite/types.rb

Overview

Note:

When making an API call, you may pass ListTagsForResourceRequest data as a hash:

{
  resource_arn: "AmazonResourceName", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


549
550
551
552
553
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 549

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