Class: Aws::Types::ListCommitmentPurchaseAnalysesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCommitmentPurchaseAnalysesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
Returns the value of attribute analysis_summary_list.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#analysis_summary_list ⇒ ::Array[Types::AnalysisSummary]
Returns the value of attribute analysis_summary_list.
941 942 943 |
# File 'sig/types.rbs', line 941 def analysis_summary_list @analysis_summary_list end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
942 943 944 |
# File 'sig/types.rbs', line 942 def next_page_token @next_page_token end |