ListFargateProfilesResponse constructor

ListFargateProfilesResponse({
  1. List<String>? fargateProfileNames,
  2. String? nextToken,
})

Implementation

ListFargateProfilesResponse({
  this.fargateProfileNames,
  this.nextToken,
});