Class: Aws::AugmentedAIRuntime::Types::StartHumanLoopResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::StartHumanLoopResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the human loop.
Instance Attribute Details
#human_loop_arn ⇒ String
The Amazon Resource Name (ARN) of the human loop.
343 344 345 346 347 |
# File 'lib/aws-sdk-augmentedairuntime/types.rb', line 343 class StartHumanLoopResponse < Struct.new( :human_loop_arn) SENSITIVE = [] include Aws::Structure end |