Class: Aws::Types::TransformationJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def data_access_role_arn
  @data_access_role_arn
end

#drift_detection_enabledBoolean

Returns the value of attribute drift_detection_enabled.

Returns:

  • (Boolean)


635
636
637
# File 'sig/types.rbs', line 635

def drift_detection_enabled
  @drift_detection_enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


634
635
636
# File 'sig/types.rbs', line 634

def end_time
  @end_time
end

#input_data_configTypes::TransformationInputDataConfig

Returns the value of attribute input_data_config.



626
627
628
# File 'sig/types.rbs', line 626

def input_data_config
  @input_data_config
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def job_name
  @job_name
end

#job_progress_reportTypes::TransformationJobProgressReport

Returns the value of attribute job_progress_report.



638
639
640
# File 'sig/types.rbs', line 638

def job_progress_report
  @job_progress_report
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "QUEUED", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERRORS", "FAILED")


625
626
627
# File 'sig/types.rbs', line 625

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def message
  @message
end

#output_data_configTypes::TransformationOutputDataConfig

Returns the value of attribute output_data_config.



627
628
629
# File 'sig/types.rbs', line 627

def output_data_config
  @output_data_config
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def profile_id
  @profile_id
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def profile_name
  @profile_name
end

#profile_version::Integer

Returns the value of attribute profile_version.

Returns:

  • (::Integer)


633
634
635
# File 'sig/types.rbs', line 633

def profile_version
  @profile_version
end

#provenance_enabledBoolean

Returns the value of attribute provenance_enabled.

Returns:

  • (Boolean)


636
637
638
# File 'sig/types.rbs', line 636

def provenance_enabled
  @provenance_enabled
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


629
630
631
# File 'sig/types.rbs', line 629

def submit_time
  @submit_time
end