Class: Aws::Types::GetWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
-
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
Instance Attribute Details
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
113 114 115 |
# File 'sig/types.rbs', line 113 def workflow_arn @workflow_arn end |
#workflow_version ⇒ ::String
Returns the value of attribute workflow_version.
114 115 116 |
# File 'sig/types.rbs', line 114 def workflow_version @workflow_version end |