Class: Aws::Types::DeleteWorkflowTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkflowTypeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
334 335 336 |
# File 'sig/types.rbs', line 334 def domain @domain end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
335 336 337 |
# File 'sig/types.rbs', line 335 def workflow_type @workflow_type end |