Module: Aws::NeptuneGraph::Client::_CreateGraphUsingImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGraphUsingImportTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #format ⇒ "CSV", ...
- #graph_id ⇒ ::String
- #import_options ⇒ Types::ImportOptions
- #parquet_type ⇒ "COLUMNAR"
- #role_arn ⇒ ::String
- #source ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #task_id ⇒ ::String
Instance Method Details
#format ⇒ "CSV", ...
178 |
# File 'sig/client.rbs', line 178
def format: () -> ("CSV" | "OPEN_CYPHER" | "PARQUET" | "NTRIPLES")
|
#graph_id ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def graph_id: () -> ::String
|
#import_options ⇒ Types::ImportOptions
182 |
# File 'sig/client.rbs', line 182
def import_options: () -> Types::ImportOptions
|
#parquet_type ⇒ "COLUMNAR"
179 |
# File 'sig/client.rbs', line 179
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def role_arn: () -> ::String
|
#source ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def source: () -> ::String
|
#status ⇒ "INITIALIZING", ...
181 |
# File 'sig/client.rbs', line 181
def status: () -> ("INITIALIZING" | "EXPORTING" | "ANALYZING_DATA" | "IMPORTING" | "REPROVISIONING" | "ROLLING_BACK" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#task_id ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def task_id: () -> ::String
|