Class: Aws::Types::ListJobRunsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
-
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4097 4098 4099 |
# File 'sig/types.rbs', line 4097 def domain_identifier @domain_identifier end |
#job_identifier ⇒ ::String
Returns the value of attribute job_identifier.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def job_identifier @job_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4102 4103 4104 |
# File 'sig/types.rbs', line 4102 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4101 4102 4103 |
# File 'sig/types.rbs', line 4101 def next_token @next_token end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4100 4101 4102 |
# File 'sig/types.rbs', line 4100 def sort_order @sort_order end |
#status ⇒ "SCHEDULED", ...
Returns the value of attribute status.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def status @status end |