Class: Aws::Types::ListDataTransformationJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDataTransformationJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#submitted_after ⇒ ::Time
Returns the value of attribute submitted_after.
-
#submitted_before ⇒ ::Time
Returns the value of attribute submitted_before.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
376 377 378 |
# File 'sig/types.rbs', line 376 def job_status @job_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
374 375 376 |
# File 'sig/types.rbs', line 374 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
375 376 377 |
# File 'sig/types.rbs', line 375 def next_token @next_token end |
#submitted_after ⇒ ::Time
Returns the value of attribute submitted_after.
378 379 380 |
# File 'sig/types.rbs', line 378 def submitted_after @submitted_after end |
#submitted_before ⇒ ::Time
Returns the value of attribute submitted_before.
379 380 381 |
# File 'sig/types.rbs', line 379 def submitted_before @submitted_before end |