Class: Aws::Types::DataSetExportTask
- Inherits:
-
Object
- Object
- Aws::Types::DataSetExportTask
- 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::DataSetExportSummary
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.
234 235 236 |
# File 'sig/types.rbs', line 234 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
235 236 237 |
# File 'sig/types.rbs', line 235 def status_reason @status_reason end |
#summary ⇒ Types::DataSetExportSummary
Returns the value of attribute summary.
236 237 238 |
# File 'sig/types.rbs', line 236 def summary @summary end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
237 238 239 |
# File 'sig/types.rbs', line 237 def task_id @task_id end |