Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
541 542 543 |
# File 'sig/types.rbs', line 541 def end_time @end_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
538 539 540 |
# File 'sig/types.rbs', line 538 def job_id @job_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
540 541 542 |
# File 'sig/types.rbs', line 540 def start_time @start_time end |
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
539 540 541 |
# File 'sig/types.rbs', line 539 def status @status end |