Class: Aws::Types::ListWhatIfAnalysesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWhatIfAnalysesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#what_if_analyses ⇒ ::Array[Types::WhatIfAnalysisSummary]
Returns the value of attribute what_if_analyses.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def next_token @next_token end |
#what_if_analyses ⇒ ::Array[Types::WhatIfAnalysisSummary]
Returns the value of attribute what_if_analyses.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def what_if_analyses @what_if_analyses end |