Class: Aws::Repostspace::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of tags that are associated with the resource.

Returns:

  • (Hash<String,String>)


334
335
336
337
338
# File 'gems/aws-sdk-repostspace/lib/aws-sdk-repostspace/types.rb', line 334

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