Module: Aws::NeptuneGraph::Client::_StartGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartGraphOutput]
- 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
602 |
# File 'sig/client.rbs', line 602
def arn: () -> ::String
|
#build_number ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def build_number: () -> ::String
|
#create_time ⇒ ::Time
605 |
# File 'sig/client.rbs', line 605
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
613 |
# File 'sig/client.rbs', line 613
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def endpoint: () -> ::String
|
#id ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
606 |
# File 'sig/client.rbs', line 606
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
608 |
# File 'sig/client.rbs', line 608
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
610 |
# File 'sig/client.rbs', line 610
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
612 |
# File 'sig/client.rbs', line 612
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
603 |
# File 'sig/client.rbs', line 603
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
609 |
# File 'sig/client.rbs', line 609
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|