Class: Aws::ElasticsearchService::Types::DeleteOutboundCrossClusterSearchConnectionRequest

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

Overview

Container for the parameters to the ‘DeleteOutboundCrossClusterSearchConnection` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_cluster_search_connection_idString

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

Returns:

  • (String)


1199
1200
1201
1202
1203
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1199

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