Class: Aws::Panorama::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
A list of tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
A list of tags.
1861 1862 1863 1864 1865 |
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1861 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |