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.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def computation_model_summaries @computation_model_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def next_token @next_token end |