Module: Aws::NeptuneGraph::Client::_DeleteGraphResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteGraphOutput]
- 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
227 |
# File 'sig/client.rbs', line 227
def arn: () -> ::String
|
#build_number ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def build_number: () -> ::String
|
#create_time ⇒ ::Time
230 |
# File 'sig/client.rbs', line 230
def create_time: () -> ::Time
|
#deletion_protection ⇒ Boolean
238 |
# File 'sig/client.rbs', line 238
def deletion_protection: () -> bool
|
#endpoint ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def endpoint: () -> ::String
|
#id ⇒ ::String
225 |
# File 'sig/client.rbs', line 225
def id: () -> ::String
|
#kms_key_identifier ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def kms_key_identifier: () -> ::String
|
#name ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def name: () -> ::String
|
#provisioned_memory ⇒ ::Integer
231 |
# File 'sig/client.rbs', line 231
def provisioned_memory: () -> ::Integer
|
#public_connectivity ⇒ Boolean
233 |
# File 'sig/client.rbs', line 233
def public_connectivity: () -> bool
|
#replica_count ⇒ ::Integer
235 |
# File 'sig/client.rbs', line 235
def replica_count: () -> ::Integer
|
#source_snapshot_id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def source_snapshot_id: () -> ::String
|
#status ⇒ "CREATING", ...
228 |
# File 'sig/client.rbs', line 228
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "RESETTING" | "UPDATING" | "SNAPSHOTTING" | "FAILED" | "IMPORTING" | "STARTING" | "STOPPING" | "STOPPED")
|
#status_reason ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def status_reason: () -> ::String
|
#vector_search_configuration ⇒ Types::VectorSearchConfiguration
234 |
# File 'sig/client.rbs', line 234
def vector_search_configuration: () -> Types::VectorSearchConfiguration
|