Class: Aws::Types::ListModelMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#search_expression ⇒ Types::ModelMetadataSearchExpression
Returns the value of attribute search_expression.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
8041 8042 8043 |
# File 'sig/types.rbs', line 8041 def next_token @next_token end |
#search_expression ⇒ Types::ModelMetadataSearchExpression
Returns the value of attribute search_expression.
8040 8041 8042 |
# File 'sig/types.rbs', line 8040 def search_expression @search_expression end |