Class: Aws::ElasticsearchService::Types::RejectInboundCrossClusterSearchConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::RejectInboundCrossClusterSearchConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘RejectInboundCrossClusterSearchConnection` operation. Contains details of rejected inbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of rejected inbound connection.
Instance Attribute Details
#cross_cluster_search_connection ⇒ Types::InboundCrossClusterSearchConnection
Specifies the ‘InboundCrossClusterSearchConnection` of rejected inbound connection.
3446 3447 3448 3449 3450 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3446 class RejectInboundCrossClusterSearchConnectionResponse < Struct.new( :cross_cluster_search_connection) SENSITIVE = [] include Aws::Structure end |