Module: Aws::NeptuneGraph::Client::_StartImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartImportTaskOutput]
- 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", ...
627 |
# File 'sig/client.rbs', line 627
def format: () -> ("CSV" | "OPEN_CYPHER" | "PARQUET" | "NTRIPLES")
|
#graph_id ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def graph_id: () -> ::String
|
#import_options ⇒ Types::ImportOptions
631 |
# File 'sig/client.rbs', line 631
def import_options: () -> Types::ImportOptions
|
#parquet_type ⇒ "COLUMNAR"
628 |
# File 'sig/client.rbs', line 628
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def role_arn: () -> ::String
|
#source ⇒ ::String
626 |
# File 'sig/client.rbs', line 626
def source: () -> ::String
|
#status ⇒ "INITIALIZING", ...
630 |
# File 'sig/client.rbs', line 630
def status: () -> ("INITIALIZING" | "EXPORTING" | "ANALYZING_DATA" | "IMPORTING" | "REPROVISIONING" | "ROLLING_BACK" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#task_id ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def task_id: () -> ::String
|