GetTransitGatewayRegistrationsResponse constructor
GetTransitGatewayRegistrationsResponse({
- String? nextToken,
- List<
TransitGatewayRegistration> ? transitGatewayRegistrations,
Implementation
GetTransitGatewayRegistrationsResponse({
this.nextToken,
this.transitGatewayRegistrations,
});