Class: Aws::Types::HumanLoopSummary
- Inherits:
-
Object
- Object
- Aws::Types::HumanLoopSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
-
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
-
#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.
59 60 61 |
# File 'sig/types.rbs', line 59 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
60 61 62 |
# File 'sig/types.rbs', line 60 def failure_reason @failure_reason end |
#flow_definition_arn ⇒ ::String
Returns the value of attribute flow_definition_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def flow_definition_arn @flow_definition_arn end |
#human_loop_name ⇒ ::String
Returns the value of attribute human_loop_name.
57 58 59 |
# File 'sig/types.rbs', line 57 def human_loop_name @human_loop_name end |
#human_loop_status ⇒ "InProgress", ...
Returns the value of attribute human_loop_status.
58 59 60 |
# File 'sig/types.rbs', line 58 def human_loop_status @human_loop_status end |