Class: Aws::Types::StartHumanLoopRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_attributesTypes::HumanLoopDataAttributes

Returns the value of attribute data_attributes.



100
101
102
# File 'sig/types.rbs', line 100

def data_attributes
  @data_attributes
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def flow_definition_arn
  @flow_definition_arn
end

#human_loop_inputTypes::HumanLoopInput

Returns the value of attribute human_loop_input.



99
100
101
# File 'sig/types.rbs', line 99

def human_loop_input
  @human_loop_input
end

#human_loop_name::String

Returns the value of attribute human_loop_name.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def human_loop_name
  @human_loop_name
end