Class: Aws::AugmentedAIRuntime::Types::DescribeHumanLoopRequest

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 information about.

Returns:

  • (String)


50
51
52
53
54
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 50

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