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)


8476
8477
8478
# File 'sig/types.rbs', line 8476

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8478
8479
8480
# File 'sig/types.rbs', line 8478

def error_message
  @error_message
end

#graphTypes::WorkflowGraph

Returns the value of attribute graph.



8480
8481
8482
# File 'sig/types.rbs', line 8480

def graph
  @graph
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8471
8472
8473
# File 'sig/types.rbs', line 8471

def name
  @name
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


8473
8474
8475
# File 'sig/types.rbs', line 8473

def previous_run_id
  @previous_run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


8475
8476
8477
# File 'sig/types.rbs', line 8475

def started_on
  @started_on
end

#starting_event_batch_conditionTypes::StartingEventBatchCondition

Returns the value of attribute starting_event_batch_condition.



8481
8482
8483
# File 'sig/types.rbs', line 8481

def starting_event_batch_condition
  @starting_event_batch_condition
end

#statisticsTypes::WorkflowRunStatistics

Returns the value of attribute statistics.



8479
8480
8481
# File 'sig/types.rbs', line 8479

def statistics
  @statistics
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


8477
8478
8479
# File 'sig/types.rbs', line 8477

def status
  @status
end

#workflow_run_id::String

Returns the value of attribute workflow_run_id.

Returns:

  • (::String)


8472
8473
8474
# File 'sig/types.rbs', line 8472

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])


8474
8475
8476
# File 'sig/types.rbs', line 8474

def workflow_run_properties
  @workflow_run_properties
end