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.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def input_file @input_file end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def order @order end |
#queue ⇒ ::String
Returns the value of attribute queue.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def queue @queue end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def status @status end |