HumanLoopSummary constructor

HumanLoopSummary({
  1. DateTime? creationTime,
  2. String? failureReason,
  3. String? flowDefinitionArn,
  4. String? humanLoopName,
  5. HumanLoopStatus? humanLoopStatus,
})

Implementation

HumanLoopSummary({
  this.creationTime,
  this.failureReason,
  this.flowDefinitionArn,
  this.humanLoopName,
  this.humanLoopStatus,
});