Class: Aws::Types::ListConfiguredModelAlgorithmsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListConfiguredModelAlgorithmsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithms ⇒ ::Array[Types::ConfiguredModelAlgorithmSummary]
Returns the value of attribute configured_model_algorithms.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#configured_model_algorithms ⇒ ::Array[Types::ConfiguredModelAlgorithmSummary]
Returns the value of attribute configured_model_algorithms.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def configured_model_algorithms @configured_model_algorithms end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def next_token @next_token end |