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>)


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