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.
426 427 428 |
# File 'sig/types.rbs', line 426 def data_attributes @data_attributes end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
425 426 427 |
# File 'sig/types.rbs', line 425 def flow_definition_arn @flow_definition_arn end |
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
424 425 426 |
# File 'sig/types.rbs', line 424 def human_loop_name @human_loop_name end |