Module: Aws::NeptuneGraph::Client::_CreateGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGraphOutput]
- 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
126 |
# File 'sig/client.rbs', line 126
def arn: () -> ::String
|
#build_number ⇒ ::String
138 |
# File 'sig/client.rbs', line 138
def build_number: () -> ::String
|
#create_time ⇒ ::Time
129 |
# File 'sig/client.rbs', line 129
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
137 |
# File 'sig/client.rbs', line 137
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def endpoint: () -> ::String
|
#id ⇒ ::String
124 |
# File 'sig/client.rbs', line 124
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
135 |
# File 'sig/client.rbs', line 135
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
125 |
# File 'sig/client.rbs', line 125
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
130 |
# File 'sig/client.rbs', line 130
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
132 |
# File 'sig/client.rbs', line 132
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
134 |
# File 'sig/client.rbs', line 134
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
127 |
# File 'sig/client.rbs', line 127
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
133 |
# File 'sig/client.rbs', line 133
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|