Method: Aws::NeptuneGraph::Types::GetPrivateGraphEndpointOutput#status
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
#status ⇒ String
The current status of the private endpoint.
1566 1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 1566 class GetPrivateGraphEndpointOutput < Struct.new( :vpc_id, :subnet_ids, :status, :vpc_endpoint_id) SENSITIVE = [] include Aws::Structure end |