CreateVPCAssociationAuthorizationRequest constructor

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

Implementation

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