Class: Aws::CostExplorer::Types::ListCommitmentPurchaseAnalysesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ListCommitmentPurchaseAnalysesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_summary_list ⇒ Array<Types::AnalysisSummary>
The list of analyses.
-
#next_page_token ⇒ String
The token to retrieve the next set of results.
Instance Attribute Details
#analysis_summary_list ⇒ Array<Types::AnalysisSummary>
The list of analyses.
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_token ⇒ String
The token to retrieve the next set of results.
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 |