Class: Aws::Types::HumanLoopActivationOutput
- Inherits:
-
Object
- Object
- Aws::Types::HumanLoopActivationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_loop_activation_conditions_evaluation_results ⇒ ::String
Returns the value of attribute human_loop_activation_conditions_evaluation_results.
-
#human_loop_activation_reasons ⇒ ::Array[::String]
Returns the value of attribute human_loop_activation_reasons.
-
#human_loop_arn ⇒ ::String
Returns the value of attribute human_loop_arn.
Instance Attribute Details
#human_loop_activation_conditions_evaluation_results ⇒ ::String
Returns the value of attribute human_loop_activation_conditions_evaluation_results.
419 420 421 |
# File 'sig/types.rbs', line 419 def human_loop_activation_conditions_evaluation_results @human_loop_activation_conditions_evaluation_results end |
#human_loop_activation_reasons ⇒ ::Array[::String]
Returns the value of attribute human_loop_activation_reasons.
418 419 420 |
# File 'sig/types.rbs', line 418 def human_loop_activation_reasons @human_loop_activation_reasons end |
#human_loop_arn ⇒ ::String
Returns the value of attribute human_loop_arn.
417 418 419 |
# File 'sig/types.rbs', line 417 def human_loop_arn @human_loop_arn end |