DescribeOutboundCrossClusterSearchConnectionsResponse constructor

DescribeOutboundCrossClusterSearchConnectionsResponse({
  1. List<OutboundCrossClusterSearchConnection>? crossClusterSearchConnections,
  2. String? nextToken,
})

Implementation

DescribeOutboundCrossClusterSearchConnectionsResponse({
  this.crossClusterSearchConnections,
  this.nextToken,
});