Class: Aws::CostExplorer::Types::CostCategoryReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostCategoryReference
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
A reference to a Cost Category containing only enough information to identify the Cost Category.
You can use this information to retrieve the full Cost Category
information using DescribeCostCategory
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
-
#default_value ⇒ String
The default value for the cost category.
-
#effective_end ⇒ String
The Cost Category's effective end date.
-
#effective_start ⇒ String
The Cost Category's effective start date.
-
#name ⇒ String
The unique name of the Cost Category.
-
#number_of_rules ⇒ Integer
The number of rules that are associated with a specific Cost Category.
-
#processing_status ⇒ Array<Types::CostCategoryProcessingStatus>
The list of processing statuses for Cost Management products for a specific cost category.
-
#values ⇒ Array<String>
A list of unique cost category values in a specific cost category.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your Cost Category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#default_value ⇒ String
The default value for the cost category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#effective_end ⇒ String
The Cost Category's effective end date.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#effective_start ⇒ String
The Cost Category's effective start date.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the Cost Category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#number_of_rules ⇒ Integer
The number of rules that are associated with a specific Cost Category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#processing_status ⇒ Array<Types::CostCategoryProcessingStatus>
The list of processing statuses for Cost Management products for a specific cost category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |
#values ⇒ Array<String>
A list of unique cost category values in a specific cost category.
664 665 666 667 668 669 670 671 672 673 674 675 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 664 class CostCategoryReference < Struct.new( :cost_category_arn, :name, :effective_start, :effective_end, :number_of_rules, :processing_status, :values, :default_value) SENSITIVE = [] include Aws::Structure end |