Class: Aws::Types::JobDetails
- Inherits:
-
Object
- Object
- Aws::Types::JobDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#job_error ⇒ Types::JobError
Returns the value of attribute job_error.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
732 733 734 |
# File 'sig/types.rbs', line 732 def completed_on @completed_on end |
#job_error ⇒ Types::JobError
Returns the value of attribute job_error.
733 734 735 |
# File 'sig/types.rbs', line 733 def job_error @job_error end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def job_id @job_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
731 732 733 |
# File 'sig/types.rbs', line 731 def started_on @started_on end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
730 731 732 |
# File 'sig/types.rbs', line 730 def status @status end |