Class: Aws::CostExplorer::Types::ListCostCategoryDefinitionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_category_referencesArray<Types::CostCategoryReference>

A reference to a Cost Category that contains enough information to identify the Cost Category.

Returns:



4962
4963
4964
4965
4966
4967
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4962

class ListCostCategoryDefinitionsResponse < Struct.new(
  :cost_category_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


4962
4963
4964
4965
4966
4967
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4962

class ListCostCategoryDefinitionsResponse < Struct.new(
  :cost_category_references,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end