Class: Aws::Types::StartDataTransformationJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def data_access_role_arn
  @data_access_role_arn
end

#drift_detection_enabledBoolean

Returns the value of attribute drift_detection_enabled.

Returns:

  • (Boolean)


535
536
537
# File 'sig/types.rbs', line 535

def drift_detection_enabled
  @drift_detection_enabled
end

#input_data_configTypes::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.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def job_name
  @job_name
end

#output_data_configTypes::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.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def profile_id
  @profile_id
end

#provenance_enabledBoolean

Returns the value of attribute provenance_enabled.

Returns:

  • (Boolean)


536
537
538
# File 'sig/types.rbs', line 536

def provenance_enabled
  @provenance_enabled
end