Module: Aws::NeptuneGraph::Client::_CancelImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelImportTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #format ⇒ "CSV", ...
- #graph_id ⇒ ::String
- #parquet_type ⇒ "COLUMNAR"
- #role_arn ⇒ ::String
- #source ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #task_id ⇒ ::String
Instance Method Details
#format ⇒ "CSV", ...
104 |
# File 'sig/client.rbs', line 104
def format: () -> ("CSV" | "OPEN_CYPHER" | "PARQUET" | "NTRIPLES")
|
#graph_id ⇒ ::String
101 |
# File 'sig/client.rbs', line 101
def graph_id: () -> ::String
|
#parquet_type ⇒ "COLUMNAR"
105 |
# File 'sig/client.rbs', line 105
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def role_arn: () -> ::String
|
#source ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def source: () -> ::String
|
#status ⇒ "INITIALIZING", ...
107 |
# File 'sig/client.rbs', line 107
def status: () -> ("INITIALIZING" | "EXPORTING" | "ANALYZING_DATA" | "IMPORTING" | "REPROVISIONING" | "ROLLING_BACK" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#task_id ⇒ ::String
102 |
# File 'sig/client.rbs', line 102
def task_id: () -> ::String
|