Task constructor
Task({
- List<
Attachment> ? attachments, - List<
Attribute> ? attributes, - String? availabilityZone,
- String? capacityProviderName,
- String? clusterArn,
- Connectivity? connectivity,
- DateTime? connectivityAt,
- String? containerInstanceArn,
- List<
Container> ? containers, - String? cpu,
- DateTime? createdAt,
- String? desiredStatus,
- DateTime? executionStoppedAt,
- String? group,
- HealthStatus? healthStatus,
- List<
InferenceAccelerator> ? inferenceAccelerators, - String? lastStatus,
- LaunchType? launchType,
- String? memory,
- TaskOverride? overrides,
- String? platformVersion,
- DateTime? pullStartedAt,
- DateTime? pullStoppedAt,
- DateTime? startedAt,
- String? startedBy,
- TaskStopCode? stopCode,
- DateTime? stoppedAt,
- String? stoppedReason,
- DateTime? stoppingAt,
- List<
Tag> ? tags, - String? taskArn,
- String? taskDefinitionArn,
- int? version,
Implementation
Task({
this.attachments,
this.attributes,
this.availabilityZone,
this.capacityProviderName,
this.clusterArn,
this.connectivity,
this.connectivityAt,
this.containerInstanceArn,
this.containers,
this.cpu,
this.createdAt,
this.desiredStatus,
this.executionStoppedAt,
this.group,
this.healthStatus,
this.inferenceAccelerators,
this.lastStatus,
this.launchType,
this.memory,
this.overrides,
this.platformVersion,
this.pullStartedAt,
this.pullStoppedAt,
this.startedAt,
this.startedBy,
this.stopCode,
this.stoppedAt,
this.stoppedReason,
this.stoppingAt,
this.tags,
this.taskArn,
this.taskDefinitionArn,
this.version,
});