Class: Aws::Invoicing::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ResourceTag
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
The tag structure that contains a tag key and value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The object key of your of your resource tag.
-
#value ⇒ String
The specific value of the resource tag.
Instance Attribute Details
#key ⇒ String
The object key of your of your resource tag.
539 540 541 542 543 544 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 539 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The specific value of the resource tag.
539 540 541 542 543 544 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 539 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |