Class: Aws::MPA::Types::ListTagsForResourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tags attached to the resource.

Returns:

  • (Hash<String,String>)


1625
1626
1627
1628
1629
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1625

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