CreateInstanceProfileResult constructor

CreateInstanceProfileResult({
  1. InstanceProfile? instanceProfile,
})

Implementation

CreateInstanceProfileResult({
  this.instanceProfile,
});