Method: Aws::NeptuneGraph::Endpoints::GetQuery.build

Defined in:
lib/aws-sdk-neptunegraph/endpoints.rb

.build(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



169
170
171
172
173
174
# File 'lib/aws-sdk-neptunegraph/endpoints.rb', line 169

def self.build(context)
  Aws::NeptuneGraph::EndpointParameters.create(
    context.config,
    api_type: "DataPlane",
  )
end