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