Class: Aws::ElasticsearchService::Types::DeleteInboundCrossClusterSearchConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DeleteInboundCrossClusterSearchConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DeleteInboundCrossClusterSearchConnection` operation. Contains details of deleted inbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of deleted inbound connection.
Instance Attribute Details
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of deleted inbound connection.
1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1081 class DeleteInboundCrossClusterSearchConnectionResponse < Struct.new( :cross_cluster_search_connection) SENSITIVE = [] include Aws::Structure end |