Class: Aws::Types::DeleteWorkflowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkflowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#version_name ⇒ ::String
Returns the value of attribute version_name.
664 665 666 |
# File 'sig/types.rbs', line 664 def version_name @version_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
663 664 665 |
# File 'sig/types.rbs', line 663 def workflow_id @workflow_id end |