Class: Aws::Types::StartDataTransformationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDataTransformationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
589 590 591 |
# File 'sig/types.rbs', line 589 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def data_access_role_arn @data_access_role_arn end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
592 593 594 |
# File 'sig/types.rbs', line 592 def drift_detection_enabled @drift_detection_enabled end |
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
586 587 588 |
# File 'sig/types.rbs', line 586 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def job_name @job_name end |
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
587 588 589 |
# File 'sig/types.rbs', line 587 def output_data_config @output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
591 592 593 |
# File 'sig/types.rbs', line 591 def profile_id @profile_id end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
593 594 595 |
# File 'sig/types.rbs', line 593 def provenance_enabled @provenance_enabled end |