Class: Aws::Types::DescribeBatchPredictionsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBatchPredictionsInput
- 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.
227 228 229 |
# File 'sig/types.rbs', line 227 def eq @eq end |
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
226 227 228 |
# File 'sig/types.rbs', line 226 def filter_variable @filter_variable end |
#ge ⇒ ::String
Returns the value of attribute ge.
230 231 232 |
# File 'sig/types.rbs', line 230 def ge @ge end |
#gt ⇒ ::String
Returns the value of attribute gt.
228 229 230 |
# File 'sig/types.rbs', line 228 def gt @gt end |
#le ⇒ ::String
Returns the value of attribute le.
231 232 233 |
# File 'sig/types.rbs', line 231 def le @le end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
236 237 238 |
# File 'sig/types.rbs', line 236 def limit @limit end |
#lt ⇒ ::String
Returns the value of attribute lt.
229 230 231 |
# File 'sig/types.rbs', line 229 def lt @lt end |
#ne ⇒ ::String
Returns the value of attribute ne.
232 233 234 |
# File 'sig/types.rbs', line 232 def ne @ne end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
235 236 237 |
# File 'sig/types.rbs', line 235 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
233 234 235 |
# File 'sig/types.rbs', line 233 def prefix @prefix end |
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
234 235 236 |
# File 'sig/types.rbs', line 234 def sort_order @sort_order end |