Class: Aws::Types::ListConfiguredModelAlgorithmsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithms::Array[Types::ConfiguredModelAlgorithmSummary]

Returns the value of attribute configured_model_algorithms.

Returns:



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.

Returns:



1018
1019
1020
# File 'sig/types.rbs', line 1018

def next_token
  @next_token
end