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:



5721
5722
5723
5724
5725
5726
# File 'lib/aws-sdk-costexplorer/types.rb', line 5721

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)


5721
5722
5723
5724
5725
5726
# File 'lib/aws-sdk-costexplorer/types.rb', line 5721

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