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

#human_task_ui_arn::String

Returns the value of attribute human_task_ui_arn.

Returns:

  • (::String)


6226
6227
6228
# File 'sig/types.rbs', line 6226

def human_task_ui_arn
  @human_task_ui_arn
end

#public_workforce_task_priceTypes::PublicWorkforceTaskPrice

Returns the value of attribute public_workforce_task_price.



6233
6234
6235
# File 'sig/types.rbs', line 6233

def public_workforce_task_price
  @public_workforce_task_price
end

#task_availability_lifetime_in_seconds::Integer

Returns the value of attribute task_availability_lifetime_in_seconds.

Returns:

  • (::Integer)


6230
6231
6232
# File 'sig/types.rbs', line 6230

def task_availability_lifetime_in_seconds
  @task_availability_lifetime_in_seconds
end

#task_count::Integer

Returns the value of attribute task_count.

Returns:

  • (::Integer)


6229
6230
6231
# File 'sig/types.rbs', line 6229

def task_count
  @task_count
end

#task_description::String

Returns the value of attribute task_description.

Returns:

  • (::String)


6228
6229
6230
# File 'sig/types.rbs', line 6228

def task_description
  @task_description
end

#task_keywords::Array[::String]

Returns the value of attribute task_keywords.

Returns:

  • (::Array[::String])


6232
6233
6234
# File 'sig/types.rbs', line 6232

def task_keywords
  @task_keywords
end

#task_time_limit_in_seconds::Integer

Returns the value of attribute task_time_limit_in_seconds.

Returns:

  • (::Integer)


6231
6232
6233
# File 'sig/types.rbs', line 6231

def task_time_limit_in_seconds
  @task_time_limit_in_seconds
end

#task_title::String

Returns the value of attribute task_title.

Returns:

  • (::String)


6227
6228
6229
# File 'sig/types.rbs', line 6227

def task_title
  @task_title
end

#workteam_arn::String

Returns the value of attribute workteam_arn.

Returns:

  • (::String)


6225
6226
6227
# File 'sig/types.rbs', line 6225

def workteam_arn
  @workteam_arn
end