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.
8057 8058 8059 |
# File 'sig/types.rbs', line 8057 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8056 8057 8058 |
# File 'sig/types.rbs', line 8056 def next_token @next_token end |
#search_expression ⇒ Types::ModelMetadataSearchExpression
Returns the value of attribute search_expression.
8055 8056 8057 |
# File 'sig/types.rbs', line 8055 def search_expression @search_expression end |