Class: Aws::SecurityAgent::Types::ListTagsForResourceOutput

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

Overview

Output for ListTagsForResource operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags associated with the resource.

Returns:

  • (Hash<String,String>)


5636
5637
5638
5639
5640
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5636

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