Class: Aws::CostExplorer::Types::CostCategoryProcessingStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#componentString

The Cost Management product name of the applied status.

Returns:

  • (String)


615
616
617
618
619
620
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 615

class CostCategoryProcessingStatus < Struct.new(
  :component,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The process status for a specific cost category.

Returns:

  • (String)


615
616
617
618
619
620
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 615

class CostCategoryProcessingStatus < Struct.new(
  :component,
  :status)
  SENSITIVE = []
  include Aws::Structure
end