Module: Aws::NeptuneGraph::Client::_RestoreGraphFromSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreGraphFromSnapshotOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #build_number ⇒ ::String
- #create_time ⇒ ::Time
- #deletion_protection ⇒ Boolean
- #endpoint ⇒ ::String
- #id ⇒ ::String
- #kms_key_identifier ⇒ ::String
- #name ⇒ ::String
- #provisioned_memory ⇒ ::Integer
- #public_connectivity ⇒ Boolean
- #replica_count ⇒ ::Integer
- #source_snapshot_id ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reason ⇒ ::String
- #vector_search_configuration ⇒ Types::VectorSearchConfiguration
Instance Method Details
#arn ⇒ ::String
531 |
# File 'sig/client.rbs', line 531 def arn: () -> ::String |
#build_number ⇒ ::String
543 |
# File 'sig/client.rbs', line 543 def build_number: () -> ::String |
#create_time ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534 def create_time: () -> ::Time |
#deletion_protection ⇒ Boolean
542 |
# File 'sig/client.rbs', line 542 def deletion_protection: () -> bool |
#endpoint ⇒ ::String
536 |
# File 'sig/client.rbs', line 536 def endpoint: () -> ::String |
#id ⇒ ::String
529 |
# File 'sig/client.rbs', line 529 def id: () -> ::String |
#kms_key_identifier ⇒ ::String
540 |
# File 'sig/client.rbs', line 540 def kms_key_identifier: () -> ::String |
#name ⇒ ::String
530 |
# File 'sig/client.rbs', line 530 def name: () -> ::String |
#provisioned_memory ⇒ ::Integer
535 |
# File 'sig/client.rbs', line 535 def provisioned_memory: () -> ::Integer |
#public_connectivity ⇒ Boolean
537 |
# File 'sig/client.rbs', line 537 def public_connectivity: () -> bool |
#replica_count ⇒ ::Integer
539 |
# File 'sig/client.rbs', line 539 def replica_count: () -> ::Integer |
#source_snapshot_id ⇒ ::String
541 |
# File 'sig/client.rbs', line 541 def source_snapshot_id: () -> ::String |
#status ⇒ "CREATING", ...
532 |
# File 'sig/client.rbs', line 532 def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED") |
#status_reason ⇒ ::String
533 |
# File 'sig/client.rbs', line 533 def status_reason: () -> ::String |
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
538 |
# File 'sig/client.rbs', line 538 def vector_search_configuration: () -> Types::VectorSearchConfiguration |