GetTransitGatewayConnectPeerAssociationsResponse constructor
GetTransitGatewayConnectPeerAssociationsResponse({
- String? nextToken,
- List<
TransitGatewayConnectPeerAssociation> ? transitGatewayConnectPeerAssociations,
Implementation
GetTransitGatewayConnectPeerAssociationsResponse({
this.nextToken,
this.transitGatewayConnectPeerAssociations,
});