Class: Aws::Types::DataSetImportTask
- Inherits:
-
Object
- Object
- Aws::Types::DataSetImportTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#summary ⇒ Types::DataSetImportSummary
Returns the value of attribute summary.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#status ⇒ "Creating", ...
Returns the value of attribute status.
271 272 273 |
# File 'sig/types.rbs', line 271 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
272 273 274 |
# File 'sig/types.rbs', line 272 def status_reason @status_reason end |
#summary ⇒ Types::DataSetImportSummary
Returns the value of attribute summary.
273 274 275 |
# File 'sig/types.rbs', line 273 def summary @summary end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
274 275 276 |
# File 'sig/types.rbs', line 274 def task_id @task_id end |