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