Class: Aws::AppStream::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ListTagsForResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
5302 5303 5304 5305 5306 |
# File 'lib/aws-sdk-appstream/types.rb', line 5302 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |