Class: Aws::Types::TransformationJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::TransformationJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_progress_report ⇒ Types::TransformationJobProgressReport
Returns the value of attribute job_progress_report.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#profile_version ⇒ ::Integer
Returns the value of attribute profile_version.
-
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
628 629 630 |
# File 'sig/types.rbs', line 628 def data_access_role_arn @data_access_role_arn end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
635 636 637 |
# File 'sig/types.rbs', line 635 def drift_detection_enabled @drift_detection_enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
634 635 636 |
# File 'sig/types.rbs', line 634 def end_time @end_time end |
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
626 627 628 |
# File 'sig/types.rbs', line 626 def input_data_config @input_data_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
630 631 632 |
# File 'sig/types.rbs', line 630 def job_name @job_name end |
#job_progress_report ⇒ Types::TransformationJobProgressReport
Returns the value of attribute job_progress_report.
638 639 640 |
# File 'sig/types.rbs', line 638 def job_progress_report @job_progress_report end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
625 626 627 |
# File 'sig/types.rbs', line 625 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
637 638 639 |
# File 'sig/types.rbs', line 637 def @message end |
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
627 628 629 |
# File 'sig/types.rbs', line 627 def output_data_config @output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def profile_name @profile_name end |
#profile_version ⇒ ::Integer
Returns the value of attribute profile_version.
633 634 635 |
# File 'sig/types.rbs', line 633 def profile_version @profile_version end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
636 637 638 |
# File 'sig/types.rbs', line 636 def provenance_enabled @provenance_enabled end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
629 630 631 |
# File 'sig/types.rbs', line 629 def submit_time @submit_time end |