Class: Aws::NeptuneGraph::Types::DeletePrivateGraphEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 758

class DeletePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC where the private endpoint is located.

Returns:

  • (String)


758
759
760
761
762
763
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 758

class DeletePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end