Class: Aws::Types::WorkflowRunDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


384
385
386
# File 'sig/types.rbs', line 384

def completed_on
  @completed_on
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


383
384
385
# File 'sig/types.rbs', line 383

def created_at
  @created_at
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


386
387
388
# File 'sig/types.rbs', line 386

def duration
  @duration
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def error_message
  @error_message
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


385
386
387
# File 'sig/types.rbs', line 385

def modified_at
  @modified_at
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def run_id
  @run_id
end

#run_state"STARTING", ...

Returns the value of attribute run_state.

Returns:

  • ("STARTING", "QUEUED", "RUNNING", "SUCCESS", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


389
390
391
# File 'sig/types.rbs', line 389

def run_state
  @run_state
end

#run_type"ON_DEMAND", "SCHEDULED"

Returns the value of attribute run_type.

Returns:

  • ("ON_DEMAND", "SCHEDULED")


381
382
383
# File 'sig/types.rbs', line 381

def run_type
  @run_type
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


382
383
384
# File 'sig/types.rbs', line 382

def started_on
  @started_on
end

#task_instances::Array[::String]

Returns the value of attribute task_instances.

Returns:

  • (::Array[::String])


388
389
390
# File 'sig/types.rbs', line 388

def task_instances
  @task_instances
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


378
379
380
# File 'sig/types.rbs', line 378

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def workflow_version
  @workflow_version
end