Module: Aws::NeptuneGraph::Client::_DeletePrivateGraphEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePrivateGraphEndpointOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #status ⇒ "CREATING", ...
- #subnet_ids ⇒ ::Array[::String]
- #vpc_endpoint_id ⇒ ::String
- #vpc_id ⇒ ::String
Instance Method Details
#status ⇒ "CREATING", ...
268 |
# File 'sig/client.rbs', line 268
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")
|
#subnet_ids ⇒ ::Array[::String]
267 |
# File 'sig/client.rbs', line 267
def subnet_ids: () -> ::Array[::String]
|
#vpc_endpoint_id ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def vpc_endpoint_id: () -> ::String
|
#vpc_id ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def vpc_id: () -> ::String
|