Class: Aws::ElasticsearchService::Types::DeleteOutboundCrossClusterSearchConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteOutboundCrossClusterSearchConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DeleteOutboundCrossClusterSearchConnection` operation. Contains details of deleted outbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_cluster_search_connection ⇒ Types::OutboundCrossClusterSearchConnection
Specifies the ‘OutboundCrossClusterSearchConnection` of deleted outbound connection.
Instance Attribute Details
#cross_cluster_search_connection ⇒ Types::OutboundCrossClusterSearchConnection
Specifies the ‘OutboundCrossClusterSearchConnection` of deleted outbound connection.
1109 1110 1111 1112 1113 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1109 class DeleteOutboundCrossClusterSearchConnectionResponse < Struct.new( :cross_cluster_search_connection) SENSITIVE = [] include Aws::Structure end |