Class: Aws::CostExplorer::Types::CostCategoryProcessingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostCategoryProcessingStatus
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The list of processing statuses for Cost Management products for a specific cost category.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component ⇒ String
The Cost Management product name of the applied status.
-
#status ⇒ String
The process status for a specific cost category.
Instance Attribute Details
#component ⇒ String
The Cost Management product name of the applied status.
696 697 698 699 700 701 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 696 class CostCategoryProcessingStatus < Struct.new( :component, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The process status for a specific cost category.
696 697 698 699 700 701 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 696 class CostCategoryProcessingStatus < Struct.new( :component, :status) SENSITIVE = [] include Aws::Structure end |