You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing AcceptInboundCrossClusterSearchConnectionRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  cross_cluster_search_connection_id: "CrossClusterSearchConnectionId", # required
}
Container for the parameters to the AcceptInboundCrossClusterSearchConnection operation.
Instance Attribute Summary collapse
- 
  
    
      #cross_cluster_search_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The id of the inbound connection that you want to accept. 
Instance Attribute Details
#cross_cluster_search_connection_id ⇒ String
The id of the inbound connection that you want to accept.