Class: Aws::Types::DescribeMLModelsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMLModelsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::String
Returns the value of attribute eq.
-
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
-
#ge ⇒ ::String
Returns the value of attribute ge.
-
#gt ⇒ ::String
Returns the value of attribute gt.
-
#le ⇒ ::String
Returns the value of attribute le.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#lt ⇒ ::String
Returns the value of attribute lt.
-
#ne ⇒ ::String
Returns the value of attribute ne.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
Instance Attribute Details
#eq ⇒ ::String
Returns the value of attribute eq.
290 291 292 |
# File 'sig/types.rbs', line 290 def eq @eq end |
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
289 290 291 |
# File 'sig/types.rbs', line 289 def filter_variable @filter_variable end |
#ge ⇒ ::String
Returns the value of attribute ge.
293 294 295 |
# File 'sig/types.rbs', line 293 def ge @ge end |
#gt ⇒ ::String
Returns the value of attribute gt.
291 292 293 |
# File 'sig/types.rbs', line 291 def gt @gt end |
#le ⇒ ::String
Returns the value of attribute le.
294 295 296 |
# File 'sig/types.rbs', line 294 def le @le end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
299 300 301 |
# File 'sig/types.rbs', line 299 def limit @limit end |
#lt ⇒ ::String
Returns the value of attribute lt.
292 293 294 |
# File 'sig/types.rbs', line 292 def lt @lt end |
#ne ⇒ ::String
Returns the value of attribute ne.
295 296 297 |
# File 'sig/types.rbs', line 295 def ne @ne end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
298 299 300 |
# File 'sig/types.rbs', line 298 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
296 297 298 |
# File 'sig/types.rbs', line 296 def prefix @prefix end |
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
297 298 299 |
# File 'sig/types.rbs', line 297 def sort_order @sort_order end |