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