Class: Aws::Types::TransformationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::TransformationJobSummary
- 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.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
704 705 706 |
# File 'sig/types.rbs', line 704 def end_time @end_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
703 704 705 |
# File 'sig/types.rbs', line 703 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
701 702 703 |
# File 'sig/types.rbs', line 701 def job_status @job_status end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
705 706 707 |
# File 'sig/types.rbs', line 705 def source_format @source_format end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
702 703 704 |
# File 'sig/types.rbs', line 702 def submit_time @submit_time end |