Class: Aws::Types::DescribeExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution ⇒ Types::DescribedExecution
Returns the value of attribute execution.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#execution ⇒ Types::DescribedExecution
Returns the value of attribute execution.
374 375 376 |
# File 'sig/types.rbs', line 374 def execution @execution end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def workflow_id @workflow_id end |