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