Class: Aws::MWAAServerless::Types::TaskInstanceSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Summary information about a task instance within a workflow run, including its status and execution details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_secondsInteger

The duration of the task instance execution in seconds. This value is null if the task is not complete.

Returns:

  • (Integer)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#operator_nameString

The name of the Apache Airflow operator used for this task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique identifier of the workflow run that contains this task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#task_instance_idString

The unique identifier of this task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The Amazon Resource Name (ARN) of the workflow that contains this task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_versionString

The version of the workflow that contains this task instance.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 1184

class TaskInstanceSummary < Struct.new(
  :workflow_arn,
  :workflow_version,
  :run_id,
  :task_instance_id,
  :status,
  :duration_in_seconds,
  :operator_name)
  SENSITIVE = []
  include Aws::Structure
end