Class: Aws::Types::WorkflowRun

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)


8406
8407
8408
# File 'sig/types.rbs', line 8406

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8408
8409
8410
# File 'sig/types.rbs', line 8408

def error_message
  @error_message
end

#graphTypes::WorkflowGraph

Returns the value of attribute graph.



8410
8411
8412
# File 'sig/types.rbs', line 8410

def graph
  @graph
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8401
8402
8403
# File 'sig/types.rbs', line 8401

def name
  @name
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


8403
8404
8405
# File 'sig/types.rbs', line 8403

def previous_run_id
  @previous_run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


8405
8406
8407
# File 'sig/types.rbs', line 8405

def started_on
  @started_on
end

#starting_event_batch_conditionTypes::StartingEventBatchCondition

Returns the value of attribute starting_event_batch_condition.



8411
8412
8413
# File 'sig/types.rbs', line 8411

def starting_event_batch_condition
  @starting_event_batch_condition
end

#statisticsTypes::WorkflowRunStatistics

Returns the value of attribute statistics.



8409
8410
8411
# File 'sig/types.rbs', line 8409

def statistics
  @statistics
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

  • ("RUNNING", "COMPLETED", "STOPPING", "STOPPED", "ERROR")


8407
8408
8409
# File 'sig/types.rbs', line 8407

def status
  @status
end

#workflow_run_id::String

Returns the value of attribute workflow_run_id.

Returns:

  • (::String)


8402
8403
8404
# File 'sig/types.rbs', line 8402

def workflow_run_id
  @workflow_run_id
end

#workflow_run_properties::Hash[::String, ::String]

Returns the value of attribute workflow_run_properties.

Returns:

  • (::Hash[::String, ::String])


8404
8405
8406
# File 'sig/types.rbs', line 8404

def workflow_run_properties
  @workflow_run_properties
end