Class: Aws::Types::ListModelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_summaries::Array[Types::ModelSummary]

Returns the value of attribute model_summaries.

Returns:



1846
1847
1848
# File 'sig/types.rbs', line 1846

def model_summaries
  @model_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def next_token
  @next_token
end