Class: Aws::Types::WorkflowRunDetail
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowRunDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_state ⇒ "STARTING", ...
Returns the value of attribute run_state.
-
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute run_type.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#task_instances ⇒ ::Array[::String]
Returns the value of attribute task_instances.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
384 385 386 |
# File 'sig/types.rbs', line 384 def completed_on @completed_on end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
383 384 385 |
# File 'sig/types.rbs', line 383 def created_at @created_at end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
386 387 388 |
# File 'sig/types.rbs', line 386 def duration @duration end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
387 388 389 |
# File 'sig/types.rbs', line 387 def @error_message end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
385 386 387 |
# File 'sig/types.rbs', line 385 def modified_at @modified_at end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
380 381 382 |
# File 'sig/types.rbs', line 380 def run_id @run_id end |
#run_state ⇒ "STARTING", ...
Returns the value of attribute run_state.
389 390 391 |
# File 'sig/types.rbs', line 389 def run_state @run_state end |
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute run_type.
381 382 383 |
# File 'sig/types.rbs', line 381 def run_type @run_type end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
382 383 384 |
# File 'sig/types.rbs', line 382 def started_on @started_on end |
#task_instances ⇒ ::Array[::String]
Returns the value of attribute task_instances.
388 389 390 |
# File 'sig/types.rbs', line 388 def task_instances @task_instances end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
378 379 380 |
# File 'sig/types.rbs', line 378 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
379 380 381 |
# File 'sig/types.rbs', line 379 def workflow_version @workflow_version end |