ListProfilingGroupsResponse constructor

ListProfilingGroupsResponse({
  1. required List<String> profilingGroupNames,
  2. String? nextToken,
  3. List<ProfilingGroupDescription>? profilingGroups,
})

Implementation

ListProfilingGroupsResponse({
  required this.profilingGroupNames,
  this.nextToken,
  this.profilingGroups,
});