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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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.
      900 901 902 903 904 905 906 907 908 909 910 911  | 
    
      # File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 900 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  |