Class: Aws::Types::DescribeHumanLoopResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def human_loop_name
  @human_loop_name
end

#human_loop_outputTypes::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.

Returns:

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


33
34
35
# File 'sig/types.rbs', line 33

def human_loop_status
  @human_loop_status
end