Class: Aws::PartnerCentralBenefits::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::Tag
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Represents a key-value pair used for categorizing and organizing AWS resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The tag key, which acts as a category or label for the tag.
-
#value ⇒ String
The tag value, which provides additional information or context for the tag key.
Instance Attribute Details
#key ⇒ String
The tag key, which acts as a category or label for the tag.
1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1570 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The tag value, which provides additional information or context for the tag key.
1570 1571 1572 1573 1574 1575 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1570 class Tag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |