Class: Aws::Types::DescribeHumanLoopResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeHumanLoopResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#human_loop_arn ⇒ ::String
Returns the value of attribute human_loop_arn.
-
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
-
#human_loop_output ⇒ Types::HumanLoopOutput
Returns the value of attribute human_loop_output.
-
#human_loop_status ⇒ "InProgress", ...
Returns the value of attribute human_loop_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
30 31 32 |
# File 'sig/types.rbs', line 30 def creation_time @creation_time end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
32 33 34 |
# File 'sig/types.rbs', line 32 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
31 32 33 |
# File 'sig/types.rbs', line 31 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def flow_definition_arn @flow_definition_arn end |
#human_loop_arn ⇒ ::String
Returns the value of attribute human_loop_arn.
35 36 37 |
# File 'sig/types.rbs', line 35 def human_loop_arn @human_loop_arn end |
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
34 35 36 |
# File 'sig/types.rbs', line 34 def human_loop_name @human_loop_name end |
#human_loop_output ⇒ Types::HumanLoopOutput
Returns the value of attribute human_loop_output.
37 38 39 |
# File 'sig/types.rbs', line 37 def human_loop_output @human_loop_output end |
#human_loop_status ⇒ "InProgress", ...
Returns the value of attribute human_loop_status.
33 34 35 |
# File 'sig/types.rbs', line 33 def human_loop_status @human_loop_status end |