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.
685 686 687 |
# File 'sig/types.rbs', line 685 def data_access_role_arn @data_access_role_arn end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
692 693 694 |
# File 'sig/types.rbs', line 692 def drift_detection_enabled @drift_detection_enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
691 692 693 |
# File 'sig/types.rbs', line 691 def end_time @end_time end |
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
683 684 685 |
# File 'sig/types.rbs', line 683 def input_data_config @input_data_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
681 682 683 |
# File 'sig/types.rbs', line 681 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
687 688 689 |
# File 'sig/types.rbs', line 687 def job_name @job_name end |
#job_progress_report ⇒ Types::TransformationJobProgressReport
Returns the value of attribute job_progress_report.
695 696 697 |
# File 'sig/types.rbs', line 695 def job_progress_report @job_progress_report end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
682 683 684 |
# File 'sig/types.rbs', line 682 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
694 695 696 |
# File 'sig/types.rbs', line 694 def @message end |
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
684 685 686 |
# File 'sig/types.rbs', line 684 def output_data_config @output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
688 689 690 |
# File 'sig/types.rbs', line 688 def profile_id @profile_id end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
689 690 691 |
# File 'sig/types.rbs', line 689 def profile_name @profile_name end |
#profile_version ⇒ ::Integer
Returns the value of attribute profile_version.
690 691 692 |
# File 'sig/types.rbs', line 690 def profile_version @profile_version end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
693 694 695 |
# File 'sig/types.rbs', line 693 def provenance_enabled @provenance_enabled end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
686 687 688 |
# File 'sig/types.rbs', line 686 def submit_time @submit_time end |