Class: Aws::ResourceExplorer2::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tag key and value pairs that you want to attach to the specified view or index.

Returns:

  • (Hash<String,String>)


815
816
817
818
819
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 815

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