CreateVPCAssociationAuthorizationResponse constructor

CreateVPCAssociationAuthorizationResponse({
  1. required String hostedZoneId,
  2. required VPC vpc,
})

Implementation

CreateVPCAssociationAuthorizationResponse({
  required this.hostedZoneId,
  required this.vpc,
});