Class: Aws::NeptuneGraph::Types::GetPrivateGraphEndpointInput

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)


1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1194

class GetPrivateGraphEndpointInput < 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)


1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1194

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