Class: Aws::Types::BatchLoadTaskDescription
- Inherits:
-
Object
- Object
- Aws::Types::BatchLoadTaskDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_model_configuration ⇒ Types::DataModelConfiguration
Returns the value of attribute data_model_configuration.
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#progress_report ⇒ Types::BatchLoadProgressReport
Returns the value of attribute progress_report.
-
#record_version ⇒ ::Integer
Returns the value of attribute record_version.
-
#report_configuration ⇒ Types::ReportConfiguration
Returns the value of attribute report_configuration.
-
#resumable_until ⇒ ::Time
Returns the value of attribute resumable_until.
-
#target_database_name ⇒ ::String
Returns the value of attribute target_database_name.
-
#target_table_name ⇒ ::String
Returns the value of attribute target_table_name.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#task_status ⇒ "CREATED", ...
Returns the value of attribute task_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
39 40 41 |
# File 'sig/types.rbs', line 39 def @error_message end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_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.
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.
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.
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.
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.
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.
46 47 48 |
# File 'sig/types.rbs', line 46 def task_status @task_status end |