ListCommandInvocationsResult constructor
ListCommandInvocationsResult({
- List<
CommandInvocation> ? commandInvocations, - String? nextToken,
Implementation
ListCommandInvocationsResult({
this.commandInvocations,
this.nextToken,
});