Class: Aws::Types::ListModelMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8042
8043
8044
# File 'sig/types.rbs', line 8042

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8041
8042
8043
# File 'sig/types.rbs', line 8041

def next_token
  @next_token
end

#search_expressionTypes::ModelMetadataSearchExpression

Returns the value of attribute search_expression.



8040
8041
8042
# File 'sig/types.rbs', line 8040

def search_expression
  @search_expression
end