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.
532 533 534 |
# File 'sig/types.rbs', line 532 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
531 532 533 |
# File 'sig/types.rbs', line 531 def data_access_role_arn @data_access_role_arn end |
#drift_detection_enabled ⇒ Boolean
Returns the value of attribute drift_detection_enabled.
535 536 537 |
# File 'sig/types.rbs', line 535 def drift_detection_enabled @drift_detection_enabled end |
#input_data_config ⇒ Types::TransformationInputDataConfig
Returns the value of attribute input_data_config.
529 530 531 |
# File 'sig/types.rbs', line 529 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
533 534 535 |
# File 'sig/types.rbs', line 533 def job_name @job_name end |
#output_data_config ⇒ Types::TransformationOutputDataConfig
Returns the value of attribute output_data_config.
530 531 532 |
# File 'sig/types.rbs', line 530 def output_data_config @output_data_config end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
534 535 536 |
# File 'sig/types.rbs', line 534 def profile_id @profile_id end |
#provenance_enabled ⇒ Boolean
Returns the value of attribute provenance_enabled.
536 537 538 |
# File 'sig/types.rbs', line 536 def provenance_enabled @provenance_enabled end |