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)


8448
8449
8450
# File 'sig/types.rbs', line 8448

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8450
8451
8452
# File 'sig/types.rbs', line 8450

def error_message
  @error_message
end

#graphTypes::WorkflowGraph

Returns the value of attribute graph.



8452
8453
8454
# File 'sig/types.rbs', line 8452

def graph
  @graph
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8443
8444
8445
# File 'sig/types.rbs', line 8443

def name
  @name
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


8445
8446
8447
# File 'sig/types.rbs', line 8445

def previous_run_id
  @previous_run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


8447
8448
8449
# File 'sig/types.rbs', line 8447

def started_on
  @started_on
end

#starting_event_batch_conditionTypes::StartingEventBatchCondition

Returns the value of attribute starting_event_batch_condition.



8453
8454
8455
# File 'sig/types.rbs', line 8453

def starting_event_batch_condition
  @starting_event_batch_condition
end

#statisticsTypes::WorkflowRunStatistics

Returns the value of attribute statistics.



8451
8452
8453
# File 'sig/types.rbs', line 8451

def statistics
  @statistics
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


8449
8450
8451
# File 'sig/types.rbs', line 8449

def status
  @status
end

#workflow_run_id::String

Returns the value of attribute workflow_run_id.

Returns:

  • (::String)


8444
8445
8446
# File 'sig/types.rbs', line 8444

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


8446
8447
8448
# File 'sig/types.rbs', line 8446

def workflow_run_properties
  @workflow_run_properties
end