Class: Aws::TimestreamInfluxDB::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

A list of tags used to categorize and track resources.

Returns:

  • (Hash<String,String>)


879
880
881
882
883
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 879

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