DescribeFargateProfileResponse constructor

DescribeFargateProfileResponse({
  1. FargateProfile? fargateProfile,
})

Implementation

DescribeFargateProfileResponse({
  this.fargateProfile,
});