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)


685
686
687
# File 'sig/types.rbs', line 685

def data_access_role_arn
  @data_access_role_arn
end

#drift_detection_enabled ⇒ Boolean

Returns the value of attribute drift_detection_enabled.

Returns:

  • (Boolean)


692
693
694
# File 'sig/types.rbs', line 692

def drift_detection_enabled
  @drift_detection_enabled
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


691
692
693
# File 'sig/types.rbs', line 691

def end_time
  @end_time
end

#input_data_config ⇒ Types::TransformationInputDataConfig

Returns the value of attribute input_data_config.



683
684
685
# File 'sig/types.rbs', line 683

def input_data_config
  @input_data_config
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def job_id
  @job_id
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def job_name
  @job_name
end

#job_progress_report ⇒ Types::TransformationJobProgressReport

Returns the value of attribute job_progress_report.



695
696
697
# File 'sig/types.rbs', line 695

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")


682
683
684
# File 'sig/types.rbs', line 682

def job_status
  @job_status
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def message
  @message
end

#output_data_config ⇒ Types::TransformationOutputDataConfig

Returns the value of attribute output_data_config.



684
685
686
# File 'sig/types.rbs', line 684

def output_data_config
  @output_data_config
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def profile_id
  @profile_id
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def profile_name
  @profile_name
end

#profile_version ⇒ ::Integer

Returns the value of attribute profile_version.

Returns:

  • (::Integer)


690
691
692
# File 'sig/types.rbs', line 690

def profile_version
  @profile_version
end

#provenance_enabled ⇒ Boolean

Returns the value of attribute provenance_enabled.

Returns:

  • (Boolean)


693
694
695
# File 'sig/types.rbs', line 693

def provenance_enabled
  @provenance_enabled
end

#submit_time ⇒ ::Time

Returns the value of attribute submit_time.

Returns:

  • (::Time)


686
687
688
# File 'sig/types.rbs', line 686

def submit_time
  @submit_time
end