Module: Aws::NeptuneGraph::Client::_UpdateGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGraphOutput]
- 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
694 |
# File 'sig/client.rbs', line 694
def arn: () -> ::String
|
#build_number ⇒ ::String
706 |
# File 'sig/client.rbs', line 706
def build_number: () -> ::String
|
#create_time ⇒ ::Time
697 |
# File 'sig/client.rbs', line 697
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
705 |
# File 'sig/client.rbs', line 705
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
699 |
# File 'sig/client.rbs', line 699
def endpoint: () -> ::String
|
#id ⇒ ::String
692 |
# File 'sig/client.rbs', line 692
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
703 |
# File 'sig/client.rbs', line 703
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
693 |
# File 'sig/client.rbs', line 693
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
698 |
# File 'sig/client.rbs', line 698
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
700 |
# File 'sig/client.rbs', line 700
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
702 |
# File 'sig/client.rbs', line 702
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
704 |
# File 'sig/client.rbs', line 704
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
695 |
# File 'sig/client.rbs', line 695
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
696 |
# File 'sig/client.rbs', line 696
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
701 |
# File 'sig/client.rbs', line 701
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|