Class: Aws::Types::WorkflowRun
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#graph ⇒ Types::WorkflowGraph
Returns the value of attribute graph.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#previous_run_id ⇒ ::String
Returns the value of attribute previous_run_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#starting_event_batch_condition ⇒ Types::StartingEventBatchCondition
Returns the value of attribute starting_event_batch_condition.
-
#statistics ⇒ Types::WorkflowRunStatistics
Returns the value of attribute statistics.
-
#status ⇒ "RUNNING", ...
Returns the value of attribute status.
-
#workflow_run_id ⇒ ::String
Returns the value of attribute workflow_run_id.
-
#workflow_run_properties ⇒ ::Hash[::String, ::String]
Returns the value of attribute workflow_run_properties.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
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.
8408 8409 8410 |
# File 'sig/types.rbs', line 8408 def @error_message end |
#graph ⇒ Types::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.
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.
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.
8405 8406 8407 |
# File 'sig/types.rbs', line 8405 def started_on @started_on end |
#starting_event_batch_condition ⇒ Types::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 |
#statistics ⇒ Types::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.
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.
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.
8404 8405 8406 |
# File 'sig/types.rbs', line 8404 def workflow_run_properties @workflow_run_properties end |