Module: Aws::NeptuneGraph::Client::_ResetGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ResetGraphOutput]
- 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
506 |
# File 'sig/client.rbs', line 506
def arn: () -> ::String
|
#build_number ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def build_number: () -> ::String
|
#create_time ⇒ ::Time
509 |
# File 'sig/client.rbs', line 509
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
517 |
# File 'sig/client.rbs', line 517
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
511 |
# File 'sig/client.rbs', line 511
def endpoint: () -> ::String
|
#id ⇒ ::String
504 |
# File 'sig/client.rbs', line 504
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
505 |
# File 'sig/client.rbs', line 505
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
510 |
# File 'sig/client.rbs', line 510
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
512 |
# File 'sig/client.rbs', line 512
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
514 |
# File 'sig/client.rbs', line 514
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
516 |
# File 'sig/client.rbs', line 516
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
507 |
# File 'sig/client.rbs', line 507
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
508 |
# File 'sig/client.rbs', line 508
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
513 |
# File 'sig/client.rbs', line 513
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|