ListVPCAssociationAuthorizationsResponse constructor

ListVPCAssociationAuthorizationsResponse({
  1. required String hostedZoneId,
  2. required List<VPC> vPCs,
  3. String? nextToken,
})

Implementation

ListVPCAssociationAuthorizationsResponse({
  required this.hostedZoneId,
  required this.vPCs,
  this.nextToken,
});