Class: Aws::Types::HumanLoopSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("InProgress", "Failed", "Completed", "Stopped", "Stopping")


58
59
60
# File 'sig/types.rbs', line 58

def human_loop_status
  @human_loop_status
end