Class: Aws::AugmentedAIRuntime::Types::DeleteHumanLoopRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 delete.

Returns:

  • (String)


34
35
36
37
38
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 34

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