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.
6270 6271 6272 |
# File 'sig/types.rbs', line 6270 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.
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.
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.
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.
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.
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.
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.
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.
6269 6270 6271 |
# File 'sig/types.rbs', line 6269 def workteam_arn @workteam_arn end |