Class: Aws::Types::GetDataSetImportTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSetImportTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#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.
566 567 568 |
# File 'sig/types.rbs', line 566 def status @status end |
#summary ⇒ Types::DataSetImportSummary
Returns the value of attribute summary.
567 568 569 |
# File 'sig/types.rbs', line 567 def summary @summary end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def task_id @task_id end |