Module: Aws::NeptuneGraph::Client::_GetGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGraphOutput]
- 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
319 |
# File 'sig/client.rbs', line 319
def arn: () -> ::String
|
#build_number ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def build_number: () -> ::String
|
#create_time ⇒ ::Time
322 |
# File 'sig/client.rbs', line 322
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
330 |
# File 'sig/client.rbs', line 330
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
324 |
# File 'sig/client.rbs', line 324
def endpoint: () -> ::String
|
#id ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
318 |
# File 'sig/client.rbs', line 318
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
323 |
# File 'sig/client.rbs', line 323
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
325 |
# File 'sig/client.rbs', line 325
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
327 |
# File 'sig/client.rbs', line 327
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
320 |
# File 'sig/client.rbs', line 320
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
321 |
# File 'sig/client.rbs', line 321
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
326 |
# File 'sig/client.rbs', line 326
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|