Module: Aws::NeptuneGraph::Client::_CreatePrivateGraphEndpointResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePrivateGraphEndpointOutput]
- 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", ...
211 |
# File 'sig/client.rbs', line 211 def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED") |
#subnet_ids ⇒ ::Array[::String]
210 |
# File 'sig/client.rbs', line 210 def subnet_ids: () -> ::Array[::String] |
#vpc_endpoint_id ⇒ ::String
212 |
# File 'sig/client.rbs', line 212 def vpc_endpoint_id: () -> ::String |
#vpc_id ⇒ ::String
209 |
# File 'sig/client.rbs', line 209 def vpc_id: () -> ::String |