Class: Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AcceptInboundCrossClusterSearchConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘AcceptInboundCrossClusterSearchConnection` operation.
Constant Summary collapse
- SENSITIVE =
[]
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.
20 21 22 23 24 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 20 class AcceptInboundCrossClusterSearchConnectionRequest < Struct.new( :cross_cluster_search_connection_id) SENSITIVE = [] include Aws::Structure end |