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)


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

#statusString

The process status for a specific cost category.

Returns:

  • (String)


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