Class: Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointInput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
-
#vpc_id ⇒ String
The ID of the VPC where the private endpoint is located.
Instance Attribute Details
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 774 class DeletePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the VPC where the private endpoint is located.
774 775 776 777 778 779 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 774 class DeletePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id) SENSITIVE = [] include Aws::Structure end |