You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::AugmentedAIRuntime::Types::StopHumanLoopRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::StopHumanLoopRequest
- Defined in:
- (unknown)
Overview
Note:
When passing StopHumanLoopRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
human_loop_name: "HumanLoopName", # required
}
Instance Attribute Summary collapse
-
#human_loop_name ⇒ String
The name of the human loop that you want to stop.
Instance Attribute Details
#human_loop_name ⇒ String
The name of the human loop that you want to stop.