Module: Aws::NeptuneGraph::Client::_GetGraphSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGraphSnapshotOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #name ⇒ ::String
- #snapshot_create_time ⇒ ::Time
- #source_graph_id ⇒ ::String
- #status ⇒ "CREATING", ...
Instance Method Details
#arn ⇒ ::String
343 |
# File 'sig/client.rbs', line 343
def arn: () -> ::String
|
#id ⇒ ::String
341 |
# File 'sig/client.rbs', line 341
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
347 |
# File 'sig/client.rbs', line 347
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
342 |
# File 'sig/client.rbs', line 342
def name: () -> ::String
|
#snapshot_create_time ⇒ ::Time
345 |
# File 'sig/client.rbs', line 345
def snapshot_create_time: () -> ::Time
|
#source_graph_id ⇒ ::String
344 |
# File 'sig/client.rbs', line 344
def source_graph_id: () -> ::String
|
#status ⇒ "CREATING", ...
346 |
# File 'sig/client.rbs', line 346
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")
|