Class: Aws::Types::BatchLoadTask
- Inherits:
-
Object
- Object
- Aws::Types::BatchLoadTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resumable_until ⇒ ::Time
Returns the value of attribute resumable_until.
-
#table_name ⇒ ::String
Returns the value of attribute 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.
31 32 33 |
# File 'sig/types.rbs', line 31 def creation_time @creation_time end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
29 30 31 |
# File 'sig/types.rbs', line 29 def database_name @database_name end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
32 33 34 |
# File 'sig/types.rbs', line 32 def last_updated_time @last_updated_time end |
#resumable_until ⇒ ::Time
Returns the value of attribute resumable_until.
33 34 35 |
# File 'sig/types.rbs', line 33 def resumable_until @resumable_until end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
30 31 32 |
# File 'sig/types.rbs', line 30 def table_name @table_name end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
27 28 29 |
# File 'sig/types.rbs', line 27 def task_id @task_id end |
#task_status ⇒ "CREATED", ...
Returns the value of attribute task_status.
28 29 30 |
# File 'sig/types.rbs', line 28 def task_status @task_status end |