Class: Aws::Types::DescribeWorkflowTypeInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkflowTypeInput
- 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.
374 375 376 |
# File 'sig/types.rbs', line 374 def domain @domain end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
375 376 377 |
# File 'sig/types.rbs', line 375 def workflow_type @workflow_type end |