Module: Aws::AugmentedAIRuntime::Client::_DescribeHumanLoopResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeHumanLoopResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_time::Time

Returns:

  • (::Time)


92
# File 'sig/client.rbs', line 92

def creation_time: () -> ::Time

#failure_code::String

Returns:

  • (::String)


94
# File 'sig/client.rbs', line 94

def failure_code: () -> ::String

#failure_reason::String

Returns:

  • (::String)


93
# File 'sig/client.rbs', line 93

def failure_reason: () -> ::String

#flow_definition_arn::String

Returns:

  • (::String)


98
# File 'sig/client.rbs', line 98

def flow_definition_arn: () -> ::String

#human_loop_arn::String

Returns:

  • (::String)


97
# File 'sig/client.rbs', line 97

def human_loop_arn: () -> ::String

#human_loop_name::String

Returns:

  • (::String)


96
# File 'sig/client.rbs', line 96

def human_loop_name: () -> ::String

#human_loop_outputTypes::HumanLoopOutput



99
# File 'sig/client.rbs', line 99

def human_loop_output: () -> Types::HumanLoopOutput

#human_loop_status"InProgress", ...

Returns:

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


95
# File 'sig/client.rbs', line 95

def human_loop_status: () -> ("InProgress" | "Failed" | "Completed" | "Stopped" | "Stopping")