Class: Aws::ElasticsearchService::Types::DeleteOutboundCrossClusterSearchConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteOutboundCrossClusterSearchConnectionRequest
- 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
-
#cross_cluster_search_connection_id ⇒ String
The id of the outbound connection that you want to permanently delete.
Instance Attribute Details
#cross_cluster_search_connection_id ⇒ String
The id of the outbound connection that you want to permanently delete.
1095 1096 1097 1098 1099 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1095 class DeleteOutboundCrossClusterSearchConnectionRequest < Struct.new( :cross_cluster_search_connection_id) SENSITIVE = [] include Aws::Structure end |