Class: Aws::AppStream::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The information about the tags.

Returns:

  • (Hash<String,String>)


2246
2247
2248
2249
# File 'lib/aws-sdk-appstream/types.rb', line 2246

class ListTagsForResourceResponse < Struct.new(
  :tags)
  include Aws::Structure
end