Module: Aws::NeptuneGraph::Client::_StopGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopGraphOutput]
- 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
650 |
# File 'sig/client.rbs', line 650
def arn: () -> ::String
|
#build_number ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def build_number: () -> ::String
|
#create_time ⇒ ::Time
653 |
# File 'sig/client.rbs', line 653
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
661 |
# File 'sig/client.rbs', line 661
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
655 |
# File 'sig/client.rbs', line 655
def endpoint: () -> ::String
|
#id ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
659 |
# File 'sig/client.rbs', line 659
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
654 |
# File 'sig/client.rbs', line 654
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
656 |
# File 'sig/client.rbs', line 656
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
658 |
# File 'sig/client.rbs', line 658
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
660 |
# File 'sig/client.rbs', line 660
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
651 |
# File 'sig/client.rbs', line 651
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
657 |
# File 'sig/client.rbs', line 657
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|