class Aws::ElasticsearchService::Client

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

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

Overloads:
  • describe_vpc_endpoints(params = {})

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

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

Options Hash: (**params)
  • :vpc_endpoint_ids (required, Array) --
def describe_vpc_endpoints(params = {}, options = {})
  req = build_request(:describe_vpc_endpoints, params)
  req.send_request(options)
end