Class: Aws::Types::GetExternalModelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetExternalModelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
766 767 768 |
# File 'sig/types.rbs', line 766 def max_results @max_results end |
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
764 765 766 |
# File 'sig/types.rbs', line 764 def model_endpoint @model_endpoint end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
765 766 767 |
# File 'sig/types.rbs', line 765 def next_token @next_token end |