You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::RejectInboundCrossClusterSearchConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::RejectInboundCrossClusterSearchConnectionRequest
- Defined in:
- (unknown)
Overview
Note:
When passing RejectInboundCrossClusterSearchConnectionRequest 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 RejectInboundCrossClusterSearchConnection
operation.
Instance Attribute Summary collapse
-
#cross_cluster_search_connection_id ⇒ String
The id of the inbound connection that you want to reject.
Instance Attribute Details
#cross_cluster_search_connection_id ⇒ String
The id of the inbound connection that you want to reject.