Class: Aws::Types::StartHumanLoopRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartHumanLoopRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_attributes ⇒ Types::HumanLoopDataAttributes
Returns the value of attribute data_attributes.
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#human_loop_input ⇒ Types::HumanLoopInput
Returns the value of attribute human_loop_input.
-
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
Instance Attribute Details
#data_attributes ⇒ Types::HumanLoopDataAttributes
Returns the value of attribute data_attributes.
100 101 102 |
# File 'sig/types.rbs', line 100 def data_attributes @data_attributes end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
98 99 100 |
# File 'sig/types.rbs', line 98 def flow_definition_arn @flow_definition_arn end |
#human_loop_input ⇒ Types::HumanLoopInput
Returns the value of attribute human_loop_input.
99 100 101 |
# File 'sig/types.rbs', line 99 def human_loop_input @human_loop_input end |
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def human_loop_name @human_loop_name end |