Class: Aws::Types::BatchLoadTaskDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


48
49
50
# File 'sig/types.rbs', line 48

def creation_time
  @creation_time
end

#data_model_configuration ⇒ Types::DataModelConfiguration

Returns the value of attribute data_model_configuration.



43
44
45
# File 'sig/types.rbs', line 43

def data_model_configuration
  @data_model_configuration
end

#data_source_configuration ⇒ Types::DataSourceConfiguration

Returns the value of attribute data_source_configuration.



40
41
42
# File 'sig/types.rbs', line 40

def data_source_configuration
  @data_source_configuration
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def error_message
  @error_message
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


49
50
51
# File 'sig/types.rbs', line 49

def last_updated_time
  @last_updated_time
end

#progress_report ⇒ Types::BatchLoadProgressReport

Returns the value of attribute progress_report.



41
42
43
# File 'sig/types.rbs', line 41

def progress_report
  @progress_report
end

#record_version ⇒ ::Integer

Returns the value of attribute record_version.

Returns:

  • (::Integer)


47
48
49
# File 'sig/types.rbs', line 47

def record_version
  @record_version
end

#report_configuration ⇒ Types::ReportConfiguration

Returns the value of attribute report_configuration.



42
43
44
# File 'sig/types.rbs', line 42

def report_configuration
  @report_configuration
end

#resumable_until ⇒ ::Time

Returns the value of attribute resumable_until.

Returns:

  • (::Time)


50
51
52
# File 'sig/types.rbs', line 50

def resumable_until
  @resumable_until
end

#target_database_name ⇒ ::String

Returns the value of attribute target_database_name.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def target_database_name
  @target_database_name
end

#target_table_name ⇒ ::String

Returns the value of attribute target_table_name.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def target_table_name
  @target_table_name
end

#task_id ⇒ ::String

Returns the value of attribute task_id.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def task_id
  @task_id
end

#task_status ⇒ "CREATED", ...

Returns the value of attribute task_status.

Returns:

  • ("CREATED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "PROGRESS_STOPPED", "PENDING_RESUME")


46
47
48
# File 'sig/types.rbs', line 46

def task_status
  @task_status
end