HumanLoopConfig constructor

HumanLoopConfig({
  1. required String flowDefinitionArn,
  2. required String humanLoopName,
  3. HumanLoopDataAttributes? dataAttributes,
})

Implementation

HumanLoopConfig({
  required this.flowDefinitionArn,
  required this.humanLoopName,
  this.dataAttributes,
});