Class: Aws::Types::DescribeExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def execution_id @execution_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def workflow_id @workflow_id end |