Class: Aws::Types::TaskInstanceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


321
322
323
# File 'sig/types.rbs', line 321

def duration_in_seconds
  @duration_in_seconds
end

#operator_name::String

Returns the value of attribute operator_name.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def operator_name
  @operator_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def run_id
  @run_id
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "FAILED", "SCHEDULED", "RUNNING", "SUCCESS", "UP_FOR_RESCHEDULE", "UP_FOR_RETRY", "UPSTREAM_FAILED", "REMOVED", "RESTARTING", "DEFERRED", "NONE", "CANCELLED", "TIMEOUT")


320
321
322
# File 'sig/types.rbs', line 320

def status
  @status
end

#task_instance_id::String

Returns the value of attribute task_instance_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def task_instance_id
  @task_instance_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def workflow_version
  @workflow_version
end