ListLoggerDefinitionsResponse constructor
ListLoggerDefinitionsResponse({
- List<
DefinitionInformation> ? definitions, - String? nextToken,
Implementation
ListLoggerDefinitionsResponse({
this.definitions,
this.nextToken,
});