Class: Aws::OAM::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The list of tags associated with the requested resource.>

Returns:

  • (Hash<String,String>)


677
678
679
680
681
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 677

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