Class: Aws::AugmentedAIRuntime::Types::StopHumanLoopRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#human_loop_nameString

The name of the human loop that you want to stop.

Returns:

  • (String)


355
356
357
358
359
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 355

class StopHumanLoopRequest < Struct.new(
  :human_loop_name)
  SENSITIVE = []
  include Aws::Structure
end