Class: Aws::Types::HumanLoopConfig
- Inherits:
-
Object
- Object
- Aws::Types::HumanLoopConfig
- 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_name ⇒ ::String
Returns the value of attribute human_loop_name.
Instance Attribute Details
#data_attributes ⇒ Types::HumanLoopDataAttributes
Returns the value of attribute data_attributes.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def data_attributes @data_attributes end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def flow_definition_arn @flow_definition_arn end |
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def human_loop_name @human_loop_name end |