Class: Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘AcceptInboundCrossClusterSearchConnection` operation. Contains details of accepted inbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of accepted inbound connection.
Instance Attribute Details
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of accepted inbound connection.
34 35 36 37 38 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 34 class AcceptInboundCrossClusterSearchConnectionResponse < Struct.new( :cross_cluster_search_connection) SENSITIVE = [] include Aws::Structure end |