DescribeOutboundCrossClusterSearchConnectionsResponse constructor
DescribeOutboundCrossClusterSearchConnectionsResponse({
- List<
OutboundCrossClusterSearchConnection> ? crossClusterSearchConnections, - String? nextToken,
Implementation
DescribeOutboundCrossClusterSearchConnectionsResponse({
this.crossClusterSearchConnections,
this.nextToken,
});