Class: Aws::CostExplorer::Types::CostCategoryResourceAssociation

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

Instance Attribute Details

#cost_category_arnString

The unique identifier for your cost category.

Returns:

  • (String)


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_nameString

The unique name of the cost category.

Returns:

  • (String)


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_arnString

The unique identifier for an associated resource.

Returns:

  • (String)


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