Class: Aws::Types::HumanWorkflowConfig
- Inherits:
-
Object
- Object
- Aws::Types::HumanWorkflowConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#instructions ⇒ ::String
Returns the value of attribute instructions.
Instance Attribute Details
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def flow_definition_arn @flow_definition_arn end |
#instructions ⇒ ::String
Returns the value of attribute instructions.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def instructions @instructions end |