Class: Aws::Types::UndeprecateWorkflowTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::UndeprecateWorkflowTypeInput
- 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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def domain @domain end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def workflow_type @workflow_type end |