Module: Aws::NeptuneGraph::Client::_GetPrivateGraphEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPrivateGraphEndpointOutput]
- 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", ...
392 |
# File 'sig/client.rbs', line 392
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")
|
#subnet_ids ⇒ ::Array[::String]
391 |
# File 'sig/client.rbs', line 391
def subnet_ids: () -> ::Array[::String]
|
#vpc_endpoint_id ⇒ ::String
393 |
# File 'sig/client.rbs', line 393
def vpc_endpoint_id: () -> ::String
|
#vpc_id ⇒ ::String
390 |
# File 'sig/client.rbs', line 390
def vpc_id: () -> ::String
|