Class: Aws::CostExplorer::Types::ResourceTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ResourceTag
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The tag structure that contains a tag key and value.
AnomalyMonitor
, AnomalySubscription
,
CostCategory
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key that's associated with the tag.
-
#value ⇒ String
The value that's associated with the tag.
Instance Attribute Details
#key ⇒ String
The key that's associated with the tag.
6181 6182 6183 6184 6185 6186 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6181 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value that's associated with the tag.
6181 6182 6183 6184 6185 6186 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6181 class ResourceTag < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |