Module: Aws::NeptuneGraph::Client::_CancelExportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelExportTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination ⇒ ::String
- #format ⇒ "PARQUET", "CSV"
- #graph_id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #parquet_type ⇒ "COLUMNAR"
- #role_arn ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #status_reason ⇒ ::String
- #task_id ⇒ ::String
Instance Method Details
#destination ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def destination: () -> ::String
|
#format ⇒ "PARQUET", "CSV"
87 |
# File 'sig/client.rbs', line 87
def format: () -> ("PARQUET" | "CSV")
|
#graph_id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def graph_id: () -> ::String
|
#kms_key_identifier ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def kms_key_identifier: () -> ::String
|
#parquet_type ⇒ "COLUMNAR"
90 |
# File 'sig/client.rbs', line 90
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def role_arn: () -> ::String
|
#status ⇒ "INITIALIZING", ...
86 |
# File 'sig/client.rbs', line 86
def status: () -> ("INITIALIZING" | "EXPORTING" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#status_reason ⇒ ::String
91 |
# File 'sig/client.rbs', line 91
def status_reason: () -> ::String
|
#task_id ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def task_id: () -> ::String
|