Class: Aws::IoTFleetHub::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The list of tags assigned to the resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The list of tags assigned to the resource.
345 346 347 348 349 |
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 345 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |