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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The information about the tags.

Returns:

  • (Hash<String,String>)


4186
4187
4188
4189
4190
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4186

class ListTagsForResourceResponse < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end