AttemptContainerDetail constructor

AttemptContainerDetail({
  1. String? containerInstanceArn,
  2. int? exitCode,
  3. String? logStreamName,
  4. List<NetworkInterface>? networkInterfaces,
  5. String? reason,
  6. String? taskArn,
})

Implementation

AttemptContainerDetail({
  this.containerInstanceArn,
  this.exitCode,
  this.logStreamName,
  this.networkInterfaces,
  this.reason,
  this.taskArn,
});