Class: Aws::Inspector::Types::ResourceGroupTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::ResourceGroupTag
- Defined in:
- gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb
Overview
This data type is used as one of the elements of the ResourceGroup data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
A tag key.
-
#value ⇒ String
The value assigned to a tag key.
Instance Attribute Details
#key ⇒ String
A tag key.
2433 2434 2435 2436 2437 2438 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2433 class ResourceGroupTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value assigned to a tag key.
2433 2434 2435 2436 2437 2438 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2433 class ResourceGroupTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |