Class: Aws::CostExplorer::Types::CostAllocationTagStatusEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostAllocationTagStatusEntry
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The cost allocation tag status. The status of a key can either be active or inactive.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of a cost allocation tag.
-
#tag_key ⇒ String
The key for the cost allocation tag.
Instance Attribute Details
#status ⇒ String
The status of a cost allocation tag.
587 588 589 590 591 592 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 587 class CostAllocationTagStatusEntry < Struct.new( :tag_key, :status) SENSITIVE = [] include Aws::Structure end |
#tag_key ⇒ String
The key for the cost allocation tag.
587 588 589 590 591 592 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 587 class CostAllocationTagStatusEntry < Struct.new( :tag_key, :status) SENSITIVE = [] include Aws::Structure end |