Class: Aws::ElasticsearchService::Types::RejectInboundCrossClusterSearchConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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

Instance Attribute Details

#cross_cluster_search_connectionTypes::InboundCrossClusterSearchConnection

Specifies the InboundCrossClusterSearchConnection of rejected inbound connection.



3606
3607
3608
3609
3610
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3606

class RejectInboundCrossClusterSearchConnectionResponse < Struct.new(
  :cross_cluster_search_connection)
  SENSITIVE = []
  include Aws::Structure
end