Class: Aws::AppStream::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The information about the tags.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The information about the tags.
4345 4346 4347 4348 4349 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4345 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |