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)


6270
6271
6272
# File 'sig/types.rbs', line 6270

def human_task_ui_arn
  @human_task_ui_arn
end

#public_workforce_task_priceTypes::PublicWorkforceTaskPrice

Returns the value of attribute public_workforce_task_price.



6277
6278
6279
# File 'sig/types.rbs', line 6277

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)


6274
6275
6276
# File 'sig/types.rbs', line 6274

def task_availability_lifetime_in_seconds
  @task_availability_lifetime_in_seconds
end

#task_count::Integer

Returns the value of attribute task_count.

Returns:

  • (::Integer)


6273
6274
6275
# File 'sig/types.rbs', line 6273

def task_count
  @task_count
end

#task_description::String

Returns the value of attribute task_description.

Returns:

  • (::String)


6272
6273
6274
# File 'sig/types.rbs', line 6272

def task_description
  @task_description
end

#task_keywords::Array[::String]

Returns the value of attribute task_keywords.

Returns:

  • (::Array[::String])


6276
6277
6278
# File 'sig/types.rbs', line 6276

def task_keywords
  @task_keywords
end

#task_time_limit_in_seconds::Integer

Returns the value of attribute task_time_limit_in_seconds.

Returns:

  • (::Integer)


6275
6276
6277
# File 'sig/types.rbs', line 6275

def task_time_limit_in_seconds
  @task_time_limit_in_seconds
end

#task_title::String

Returns the value of attribute task_title.

Returns:

  • (::String)


6271
6272
6273
# File 'sig/types.rbs', line 6271

def task_title
  @task_title
end

#workteam_arn::String

Returns the value of attribute workteam_arn.

Returns:

  • (::String)


6269
6270
6271
# File 'sig/types.rbs', line 6269

def workteam_arn
  @workteam_arn
end