class Aws::ElasticsearchService::Client
def list_vpc_endpoints(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_vpc_endpoints(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListVpcEndpointsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:next_token
(String
) --
def list_vpc_endpoints(params = {}, options = {}) req = build_request(:list_vpc_endpoints, params) req.send_request(options) end