ECSTarget constructor

ECSTarget({
  1. String? deploymentId,
  2. DateTime? lastUpdatedAt,
  3. List<LifecycleEvent>? lifecycleEvents,
  4. TargetStatus? status,
  5. String? targetArn,
  6. String? targetId,
  7. List<ECSTaskSet>? taskSetsInfo,
})

Implementation

ECSTarget({
  this.deploymentId,
  this.lastUpdatedAt,
  this.lifecycleEvents,
  this.status,
  this.targetArn,
  this.targetId,
  this.taskSetsInfo,
});