Class: Aws::Types::StartJobsQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartJobsQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter_list ⇒ ::Array[Types::JobsQueryFilter]
Returns the value of attribute filter_list.
-
#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.
Instance Attribute Details
#filter_list ⇒ ::Array[Types::JobsQueryFilter]
Returns the value of attribute filter_list.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def filter_list @filter_list end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def next_token @next_token end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def order @order end |