Class: Aws::Types::HumanTaskConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_consolidation_configTypes::AnnotationConsolidationConfig

Returns the value of attribute annotation_consolidation_config.



6253
6254
6255
# File 'sig/types.rbs', line 6253

def annotation_consolidation_config
  @annotation_consolidation_config
end

#max_concurrent_task_count::Integer

Returns the value of attribute max_concurrent_task_count.

Returns:

  • (::Integer)


6252
6253
6254
# File 'sig/types.rbs', line 6252

def max_concurrent_task_count
  @max_concurrent_task_count
end

#number_of_human_workers_per_data_object::Integer

Returns the value of attribute number_of_human_workers_per_data_object.

Returns:

  • (::Integer)


6249
6250
6251
# File 'sig/types.rbs', line 6249

def number_of_human_workers_per_data_object
  @number_of_human_workers_per_data_object
end

#pre_human_task_lambda_arn::String

Returns the value of attribute pre_human_task_lambda_arn.

Returns:

  • (::String)


6245
6246
6247
# File 'sig/types.rbs', line 6245

def pre_human_task_lambda_arn
  @pre_human_task_lambda_arn
end

#public_workforce_task_priceTypes::PublicWorkforceTaskPrice

Returns the value of attribute public_workforce_task_price.



6254
6255
6256
# File 'sig/types.rbs', line 6254

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)


6251
6252
6253
# File 'sig/types.rbs', line 6251

def task_availability_lifetime_in_seconds
  @task_availability_lifetime_in_seconds
end

#task_description::String

Returns the value of attribute task_description.

Returns:

  • (::String)


6248
6249
6250
# File 'sig/types.rbs', line 6248

def task_description
  @task_description
end

#task_keywords::Array[::String]

Returns the value of attribute task_keywords.

Returns:

  • (::Array[::String])


6246
6247
6248
# File 'sig/types.rbs', line 6246

def task_keywords
  @task_keywords
end

#task_time_limit_in_seconds::Integer

Returns the value of attribute task_time_limit_in_seconds.

Returns:

  • (::Integer)


6250
6251
6252
# File 'sig/types.rbs', line 6250

def task_time_limit_in_seconds
  @task_time_limit_in_seconds
end

#task_title::String

Returns the value of attribute task_title.

Returns:

  • (::String)


6247
6248
6249
# File 'sig/types.rbs', line 6247

def task_title
  @task_title
end

#ui_configTypes::UiConfig

Returns the value of attribute ui_config.

Returns:



6244
6245
6246
# File 'sig/types.rbs', line 6244

def ui_config
  @ui_config
end

#workteam_arn::String

Returns the value of attribute workteam_arn.

Returns:

  • (::String)


6243
6244
6245
# File 'sig/types.rbs', line 6243

def workteam_arn
  @workteam_arn
end