Class: Aws::AugmentedAIRuntime::Types::StartHumanLoopResponse

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_arnString

The Amazon Resource Name (ARN) of the human loop.

Returns:

  • (String)


343
344
345
346
347
# File 'gems/aws-sdk-augmentedairuntime/lib/aws-sdk-augmentedairuntime/types.rb', line 343

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