You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::DeleteInboundCrossClusterSearchConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteInboundCrossClusterSearchConnectionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cross_cluster_search_connection_id: "CrossClusterSearchConnectionId", # required
}

Container for the parameters to the DeleteInboundCrossClusterSearchConnection operation.

Instance Attribute Summary collapse

Instance Attribute Details

#cross_cluster_search_connection_idString

The id of the inbound connection that you want to permanently delete.

Returns:

  • (String)

    The id of the inbound connection that you want to permanently delete.