Class: Aws::Types::HumanLoopConfig

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.



1080
1081
1082
# File 'sig/types.rbs', line 1080

def data_attributes
  @data_attributes
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def flow_definition_arn
  @flow_definition_arn
end

#human_loop_name::String

Returns the value of attribute human_loop_name.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def human_loop_name
  @human_loop_name
end