Class: Aws::CostExplorer::Types::ListCommitmentPurchaseAnalysesResponse

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

#analysis_summary_listArray<Types::AnalysisSummary>

The list of analyses.

Returns:



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

class ListCommitmentPurchaseAnalysesResponse < Struct.new(
  :analysis_summary_list,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

The token to retrieve the next set of results.

Returns:

  • (String)


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

class ListCommitmentPurchaseAnalysesResponse < Struct.new(
  :analysis_summary_list,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end