Class: Aws::Types::HumanLoopConfig
- Inherits:
-
Object
- Object
- Aws::Types::HumanLoopConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
-
#public_workforce_task_price ⇒ Types::PublicWorkforceTaskPrice
Returns the value of attribute public_workforce_task_price.
-
#task_availability_lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute task_availability_lifetime_in_seconds.
-
#task_count ⇒ ::Integer
Returns the value of attribute task_count.
-
#task_description ⇒ ::String
Returns the value of attribute task_description.
-
#task_keywords ⇒ ::Array[::String]
Returns the value of attribute task_keywords.
-
#task_time_limit_in_seconds ⇒ ::Integer
Returns the value of attribute task_time_limit_in_seconds.
-
#task_title ⇒ ::String
Returns the value of attribute task_title.
-
#workteam_arn ⇒ ::String
Returns the value of attribute workteam_arn.
Instance Attribute Details
#human_task_ui_arn ⇒ ::String
Returns the value of attribute human_task_ui_arn.
6226 6227 6228 |
# File 'sig/types.rbs', line 6226 def human_task_ui_arn @human_task_ui_arn end |
#public_workforce_task_price ⇒ Types::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.
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.
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.
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.
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.
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.
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.
6225 6226 6227 |
# File 'sig/types.rbs', line 6225 def workteam_arn @workteam_arn end |