CreateFargateProfileResponse constructor

CreateFargateProfileResponse({
  1. FargateProfile? fargateProfile,
})

Implementation

CreateFargateProfileResponse({
  this.fargateProfile,
});