Class: Aws::Types::ListConfiguredModelAlgorithmAssociationsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithm_associations::Array[Types::ConfiguredModelAlgorithmAssociationSummary]

Returns the value of attribute configured_model_algorithm_associations.

Returns:



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.

Returns:



1006
1007
1008
# File 'sig/types.rbs', line 1006

def next_token
  @next_token
end