Class: Aws::Types::GetModelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetModelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
844 845 846 |
# File 'sig/types.rbs', line 844 def max_results @max_results end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
841 842 843 |
# File 'sig/types.rbs', line 841 def model_id @model_id end |
#model_type ⇒ "ONLINE_FRAUD_INSIGHTS", ...
Returns the value of attribute model_type.
842 843 844 |
# File 'sig/types.rbs', line 842 def model_type @model_type end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
843 844 845 |
# File 'sig/types.rbs', line 843 def next_token @next_token end |