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

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

Returns:

  • (String)


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

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