DeleteFargateProfileResponse constructor

DeleteFargateProfileResponse({
  1. FargateProfile? fargateProfile,
})

Implementation

DeleteFargateProfileResponse({
  this.fargateProfile,
});