Class: Aws::Types::SearchJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_file ⇒ ::String
Returns the value of attribute input_file.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
-
#queue ⇒ ::String
Returns the value of attribute queue.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#input_file ⇒ ::String
Returns the value of attribute input_file.
2249 2250 2251 |
# File 'sig/types.rbs', line 2249 def input_file @input_file end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2250 2251 2252 |
# File 'sig/types.rbs', line 2250 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def order @order end |
#queue ⇒ ::String
Returns the value of attribute queue.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def queue @queue end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def status @status end |