Class: Aws::Types::GetModelsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#models::Array[Types::Model]

Returns the value of attribute models.

Returns:



850
851
852
# File 'sig/types.rbs', line 850

def models
  @models
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def next_token
  @next_token
end