Class: Aws::TimestreamInfluxDB::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags used to categorize and track resources.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags used to categorize and track resources.
1783 1784 1785 1786 1787 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 1783 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |