Module: Aws::NeptuneGraph::Client::_CreatePrivateGraphEndpointResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreatePrivateGraphEndpointOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "FAILED")


211
# File 'sig/client.rbs', line 211

def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "FAILED")

#subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


210
# File 'sig/client.rbs', line 210

def subnet_ids: () -> ::Array[::String]

#vpc_endpoint_id::String

Returns:

  • (::String)


212
# File 'sig/client.rbs', line 212

def vpc_endpoint_id: () -> ::String

#vpc_id::String

Returns:

  • (::String)


209
# File 'sig/client.rbs', line 209

def vpc_id: () -> ::String