Class: Aws::Types::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1549 1550 1551 |
# File 'sig/types.rbs', line 1549 def domain_name @domain_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def workflow_id @workflow_id end |