DescribeOutboundConnectionsResponse constructor
DescribeOutboundConnectionsResponse({
- List<
OutboundConnection> ? connections, - String? nextToken,
Implementation
DescribeOutboundConnectionsResponse({
this.connections,
this.nextToken,
});