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.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 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.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def human_loop_activation_reasons @human_loop_activation_reasons end |
#human_loop_arn ⇒ ::String
Returns the value of attribute human_loop_arn.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def human_loop_arn @human_loop_arn end |