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)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


593
594
595
# File 'sig/types.rbs', line 593

def provenance_enabled
  @provenance_enabled
end