ListCommandInvocationsResult constructor

ListCommandInvocationsResult({
  1. List<CommandInvocation>? commandInvocations,
  2. String? nextToken,
})

Implementation

ListCommandInvocationsResult({
  this.commandInvocations,
  this.nextToken,
});