class Aws::ElasticsearchService::Client

def list_vpc_endpoint_access(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_vpc_endpoint_access(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::ListVpcEndpointAccessResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :next_token (String) --
  • :domain_name (required, String) --
def list_vpc_endpoint_access(params = {}, options = {})
  req = build_request(:list_vpc_endpoint_access, params)
  req.send_request(options)
end