Class: Aws::Types::GetDataSetExportTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataSetExportTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
551 552 553 |
# File 'sig/types.rbs', line 551 def kms_key_arn @kms_key_arn end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
552 553 554 |
# File 'sig/types.rbs', line 552 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
553 554 555 |
# File 'sig/types.rbs', line 553 def status_reason @status_reason end |
#summary ⇒ Types::DataSetExportSummary
Returns the value of attribute summary.
554 555 556 |
# File 'sig/types.rbs', line 554 def summary @summary end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def task_id @task_id end |