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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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>)


26591
26592
26593
26594
26595
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26591

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