HumanLoopActivationOutput constructor

HumanLoopActivationOutput({
  1. Object? humanLoopActivationConditionsEvaluationResults,
  2. List<String>? humanLoopActivationReasons,
  3. String? humanLoopArn,
})

Implementation

HumanLoopActivationOutput({
  this.humanLoopActivationConditionsEvaluationResults,
  this.humanLoopActivationReasons,
  this.humanLoopArn,
});