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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Note:

When making an API call, you may pass DeleteInboundCrossClusterSearchConnectionRequest data as a hash:

{
  cross_cluster_search_connection_id: "CrossClusterSearchConnectionId", # required
}

Container for the parameters to the ‘DeleteInboundCrossClusterSearchConnection` operation.

Constant Summary collapse

SENSITIVE =
[]

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)


793
794
795
796
797
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 793

class DeleteInboundCrossClusterSearchConnectionRequest < Struct.new(
  :cross_cluster_search_connection_id)
  SENSITIVE = []
  include Aws::Structure
end