GetTransitGatewayRegistrationsResponse constructor

GetTransitGatewayRegistrationsResponse({
  1. String? nextToken,
  2. List<TransitGatewayRegistration>? transitGatewayRegistrations,
})

Implementation

GetTransitGatewayRegistrationsResponse({
  this.nextToken,
  this.transitGatewayRegistrations,
});