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