Class: Aws::CostExplorer::Types::CostCategoryResourceAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::CostCategoryResourceAssociation
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
A reference to a cost category association that contains information on an associated resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_category_arn ⇒ String
The unique identifier for your cost category.
-
#cost_category_name ⇒ String
The unique name of the cost category.
-
#resource_arn ⇒ String
The unique identifier for an associated resource.
Instance Attribute Details
#cost_category_arn ⇒ String
The unique identifier for your cost category.
901 902 903 904 905 906 907 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 901 class CostCategoryResourceAssociation < Struct.new( :resource_arn, :cost_category_name, :cost_category_arn) SENSITIVE = [] include Aws::Structure end |
#cost_category_name ⇒ String
The unique name of the cost category.
901 902 903 904 905 906 907 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 901 class CostCategoryResourceAssociation < Struct.new( :resource_arn, :cost_category_name, :cost_category_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The unique identifier for an associated resource.
901 902 903 904 905 906 907 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 901 class CostCategoryResourceAssociation < Struct.new( :resource_arn, :cost_category_name, :cost_category_arn) SENSITIVE = [] include Aws::Structure end |