ListCommandsResult constructor

ListCommandsResult({
  1. List<Command>? commands,
  2. String? nextToken,
})

Implementation

ListCommandsResult({
  this.commands,
  this.nextToken,
});