Class: Aws::SecurityHub::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
The tags associated with a resource.
Instance Attribute Details
#tags ⇒ Hash<String,String>
The tags associated with a resource.
27618 27619 27620 27621 27622 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27618 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |