Class: Aws::Types::ProcessingJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProcessingJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
-
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
-
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
-
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
10007 10008 10009 |
# File 'sig/types.rbs', line 10007 def creation_time @creation_time end |
#exit_message ⇒ ::String
Returns the value of attribute exit_message.
10012 10013 10014 |
# File 'sig/types.rbs', line 10012 def @exit_message end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
10011 10012 10013 |
# File 'sig/types.rbs', line 10011 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
10009 10010 10011 |
# File 'sig/types.rbs', line 10009 def last_modified_time @last_modified_time end |
#processing_end_time ⇒ ::Time
Returns the value of attribute processing_end_time.
10008 10009 10010 |
# File 'sig/types.rbs', line 10008 def processing_end_time @processing_end_time end |
#processing_job_arn ⇒ ::String
Returns the value of attribute processing_job_arn.
10006 10007 10008 |
# File 'sig/types.rbs', line 10006 def processing_job_arn @processing_job_arn end |
#processing_job_name ⇒ ::String
Returns the value of attribute processing_job_name.
10005 10006 10007 |
# File 'sig/types.rbs', line 10005 def processing_job_name @processing_job_name end |
#processing_job_status ⇒ "InProgress", ...
Returns the value of attribute processing_job_status.
10010 10011 10012 |
# File 'sig/types.rbs', line 10010 def processing_job_status @processing_job_status end |