GetTransitGatewayConnectPeerAssociationsResponse constructor

GetTransitGatewayConnectPeerAssociationsResponse({
  1. String? nextToken,
  2. List<TransitGatewayConnectPeerAssociation>? transitGatewayConnectPeerAssociations,
})

Implementation

GetTransitGatewayConnectPeerAssociationsResponse({
  this.nextToken,
  this.transitGatewayConnectPeerAssociations,
});