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