class Aws::ElasticsearchService::Client

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

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

Overloads:
  • describe_outbound_cross_cluster_search_connections(params = {})

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

Returns:
  • (Types::DescribeOutboundCrossClusterSearchConnectionsResponse) - 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_outbound_cross_cluster_search_connections(params = {}, options = {})
  req = build_request(:describe_outbound_cross_cluster_search_connections, params)
  req.send_request(options)
end