Class: Aws::Types::WorkflowRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#run_detail_summary ⇒ Types::RunDetailSummary
Returns the value of attribute run_detail_summary.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute run_type.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#run_detail_summary ⇒ Types::RunDetailSummary
Returns the value of attribute run_detail_summary.
398 399 400 |
# File 'sig/types.rbs', line 398 def run_detail_summary @run_detail_summary end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
394 395 396 |
# File 'sig/types.rbs', line 394 def run_id @run_id end |
#run_type ⇒ "ON_DEMAND", "SCHEDULED"
Returns the value of attribute run_type.
397 398 399 |
# File 'sig/types.rbs', line 397 def run_type @run_type end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
396 397 398 |
# File 'sig/types.rbs', line 396 def workflow_version @workflow_version end |