Class: Aws::SecurityHub::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ResourceTag
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Represents tag information associated with Amazon Web Services resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The identifier or name of the tag.
-
#value ⇒ String
The data associated with the tag key.
Instance Attribute Details
#key ⇒ String
The identifier or name of the tag.
30147 30148 30149 30150 30151 30152 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30147 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The data associated with the tag key.
30147 30148 30149 30150 30151 30152 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30147 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |