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.
647 648 649 |
# File 'sig/types.rbs', line 647 def end_time @end_time end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
643 644 645 |
# File 'sig/types.rbs', line 643 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
646 647 648 |
# File 'sig/types.rbs', line 646 def job_name @job_name end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
644 645 646 |
# File 'sig/types.rbs', line 644 def job_status @job_status end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
648 649 650 |
# File 'sig/types.rbs', line 648 def source_format @source_format end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
645 646 647 |
# File 'sig/types.rbs', line 645 def submit_time @submit_time end |