CreateInstanceProfileResponse constructor

CreateInstanceProfileResponse({
  1. required InstanceProfile instanceProfile,
})

Implementation

CreateInstanceProfileResponse({
  required this.instanceProfile,
});