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)


8438
8439
8440
# File 'sig/types.rbs', line 8438

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


8440
8441
8442
# File 'sig/types.rbs', line 8440

def error_message
  @error_message
end

#graphTypes::WorkflowGraph

Returns the value of attribute graph.



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

def graph
  @graph
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8433
8434
8435
# File 'sig/types.rbs', line 8433

def name
  @name
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


8435
8436
8437
# File 'sig/types.rbs', line 8435

def previous_run_id
  @previous_run_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


8437
8438
8439
# File 'sig/types.rbs', line 8437

def started_on
  @started_on
end

#starting_event_batch_conditionTypes::StartingEventBatchCondition

Returns the value of attribute starting_event_batch_condition.



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

def starting_event_batch_condition
  @starting_event_batch_condition
end

#statisticsTypes::WorkflowRunStatistics

Returns the value of attribute statistics.



8441
8442
8443
# File 'sig/types.rbs', line 8441

def statistics
  @statistics
end

#status"RUNNING", ...

Returns the value of attribute status.

Returns:

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


8439
8440
8441
# File 'sig/types.rbs', line 8439

def status
  @status
end

#workflow_run_id::String

Returns the value of attribute workflow_run_id.

Returns:

  • (::String)


8434
8435
8436
# File 'sig/types.rbs', line 8434

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


8436
8437
8438
# File 'sig/types.rbs', line 8436

def workflow_run_properties
  @workflow_run_properties
end