Class: Aws::Types::TransformJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::TransformJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#transform_end_time ⇒ ::Time
Returns the value of attribute transform_end_time.
-
#transform_job_arn ⇒ ::String
Returns the value of attribute transform_job_arn.
-
#transform_job_name ⇒ ::String
Returns the value of attribute transform_job_name.
-
#transform_job_status ⇒ "InProgress", ...
Returns the value of attribute transform_job_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11635 11636 11637 |
# File 'sig/types.rbs', line 11635 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
11639 11640 11641 |
# File 'sig/types.rbs', line 11639 def failure_reason @failure_reason end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11637 11638 11639 |
# File 'sig/types.rbs', line 11637 def last_modified_time @last_modified_time end |
#transform_end_time ⇒ ::Time
Returns the value of attribute transform_end_time.
11636 11637 11638 |
# File 'sig/types.rbs', line 11636 def transform_end_time @transform_end_time end |
#transform_job_arn ⇒ ::String
Returns the value of attribute transform_job_arn.
11634 11635 11636 |
# File 'sig/types.rbs', line 11634 def transform_job_arn @transform_job_arn end |
#transform_job_name ⇒ ::String
Returns the value of attribute transform_job_name.
11633 11634 11635 |
# File 'sig/types.rbs', line 11633 def transform_job_name @transform_job_name end |
#transform_job_status ⇒ "InProgress", ...
Returns the value of attribute transform_job_status.
11638 11639 11640 |
# File 'sig/types.rbs', line 11638 def transform_job_status @transform_job_status end |