Class: Aws::AugmentedAIRuntime::Types::DescribeHumanLoopRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AugmentedAIRuntime::Types::DescribeHumanLoopRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-augmentedairuntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#human_loop_name ⇒ String
The name of the human loop that you want information about.
Instance Attribute Details
#human_loop_name ⇒ String
The name of the human loop that you want information about.
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 |