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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 containing enough information to identify the Cost Category.

Returns:



5070
5071
5072
5073
5074
5075
# File 'lib/aws-sdk-costexplorer/types.rb', line 5070

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)


5070
5071
5072
5073
5074
5075
# File 'lib/aws-sdk-costexplorer/types.rb', line 5070

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