ListProfilingGroupsResponse constructor
ListProfilingGroupsResponse({
- required List<
String> profilingGroupNames, - String? nextToken,
- List<
ProfilingGroupDescription> ? profilingGroups,
Implementation
ListProfilingGroupsResponse({
required this.profilingGroupNames,
this.nextToken,
this.profilingGroups,
});