Module: Aws::MainframeModernization::Client::_GetDataSetExportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataSetExportTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #kms_key_arn ⇒ ::String
- #status ⇒ "Creating", ...
- #status_reason ⇒ ::String
- #summary ⇒ Types::DataSetExportSummary
- #task_id ⇒ ::String
Instance Method Details
#kms_key_arn ⇒ ::String
368 |
# File 'sig/client.rbs', line 368
def kms_key_arn: () -> ::String
|
#status ⇒ "Creating", ...
369 |
# File 'sig/client.rbs', line 369
def status: () -> ("Creating" | "Running" | "Completed" | "Failed")
|
#status_reason ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def status_reason: () -> ::String
|
#summary ⇒ Types::DataSetExportSummary
371 |
# File 'sig/client.rbs', line 371
def summary: () -> Types::DataSetExportSummary
|
#task_id ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def task_id: () -> ::String
|