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