DeleteVPCAssociationAuthorizationRequest constructor

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

Implementation

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