Class: Aws::SecurityHub::Types::ListTagsForResourceResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

The tags associated with a resource.

Returns:

  • (Hash<String,String>)


26722
26723
26724
26725
26726
# File 'lib/aws-sdk-securityhub/types.rb', line 26722

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