Module: Aws::NeptuneGraph::Client::_GetImportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImportTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attempt_number ⇒ ::Integer
- #format ⇒ "CSV", ...
- #graph_id ⇒ ::String
- #import_options ⇒ Types::ImportOptions
- #import_task_details ⇒ Types::ImportTaskDetails
- #parquet_type ⇒ "COLUMNAR"
- #role_arn ⇒ ::String
- #source ⇒ ::String
- #status ⇒ "INITIALIZING", ...
- #status_reason ⇒ ::String
- #task_id ⇒ ::String
Instance Method Details
#attempt_number ⇒ ::Integer
379 |
# File 'sig/client.rbs', line 379
def attempt_number: () -> ::Integer
|
#format ⇒ "CSV", ...
373 |
# File 'sig/client.rbs', line 373
def format: () -> ("CSV" | "OPEN_CYPHER" | "PARQUET" | "NTRIPLES")
|
#graph_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def graph_id: () -> ::String
|
#import_options ⇒ Types::ImportOptions
377 |
# File 'sig/client.rbs', line 377
def import_options: () -> Types::ImportOptions
|
#import_task_details ⇒ Types::ImportTaskDetails
378 |
# File 'sig/client.rbs', line 378
def import_task_details: () -> Types::ImportTaskDetails
|
#parquet_type ⇒ "COLUMNAR"
374 |
# File 'sig/client.rbs', line 374
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def role_arn: () -> ::String
|
#source ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def source: () -> ::String
|
#status ⇒ "INITIALIZING", ...
376 |
# File 'sig/client.rbs', line 376
def status: () -> ("INITIALIZING" | "EXPORTING" | "ANALYZING_DATA" | "IMPORTING" | "REPROVISIONING" | "ROLLING_BACK" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#status_reason ⇒ ::String
380 |
# File 'sig/client.rbs', line 380
def status_reason: () -> ::String
|
#task_id ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def task_id: () -> ::String
|