Class: Aws::Types::ListComputationModelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListComputationModelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#computation_model_summaries ⇒ ::Array[Types::ComputationModelSummary]
Returns the value of attribute computation_model_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#computation_model_summaries ⇒ ::Array[Types::ComputationModelSummary]
Returns the value of attribute computation_model_summaries.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 def computation_model_summaries @computation_model_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 def next_token @next_token end |