Module: Aws::NeptuneGraph::Client::_DeleteGraphSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteGraphSnapshotOutput]
- 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
252 |
# File 'sig/client.rbs', line 252
def arn: () -> ::String
|
#id ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def name: () -> ::String
|
#snapshot_create_time ⇒ ::Time
254 |
# File 'sig/client.rbs', line 254
def snapshot_create_time: () -> ::Time
|
#source_graph_id ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def source_graph_id: () -> ::String
|
#status ⇒ "CREATING", ...
255 |
# File 'sig/client.rbs', line 255
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")
|