Module: Aws::NeptuneGraph::Client::_StartExportTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartExportTaskOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #destination ⇒ ::String
- #export_filter ⇒ Types::ExportFilter
- #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
564 |
# File 'sig/client.rbs', line 564
def destination: () -> ::String
|
#export_filter ⇒ Types::ExportFilter
568 |
# File 'sig/client.rbs', line 568
def export_filter: () -> Types::ExportFilter
|
#format ⇒ "PARQUET", "CSV"
563 |
# File 'sig/client.rbs', line 563
def format: () -> ("PARQUET" | "CSV")
|
#graph_id ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def graph_id: () -> ::String
|
#kms_key_identifier ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def kms_key_identifier: () -> ::String
|
#parquet_type ⇒ "COLUMNAR"
566 |
# File 'sig/client.rbs', line 566
def parquet_type: () -> ("COLUMNAR")
|
#role_arn ⇒ ::String
560 |
# File 'sig/client.rbs', line 560
def role_arn: () -> ::String
|
#status ⇒ "INITIALIZING", ...
562 |
# File 'sig/client.rbs', line 562
def status: () -> ("INITIALIZING" | "EXPORTING" | "SUCCEEDED" | "FAILED" | "CANCELLING" | "CANCELLED" | "DELETED")
|
#status_reason ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def status_reason: () -> ::String
|
#task_id ⇒ ::String
561 |
# File 'sig/client.rbs', line 561
def task_id: () -> ::String
|