Class: Aws::Types::CreateHITRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHITRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_duration_in_seconds ⇒ ::Integer
Returns the value of attribute assignment_duration_in_seconds.
-
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
-
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
-
#hit_layout_parameters ⇒ ::Array[Types::HITLayoutParameter]
Returns the value of attribute hit_layout_parameters.
-
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute lifetime_in_seconds.
-
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
-
#qualification_requirements ⇒ ::Array[Types::QualificationRequirement]
Returns the value of attribute qualification_requirements.
-
#question ⇒ ::String
Returns the value of attribute question.
-
#requester_annotation ⇒ ::String
Returns the value of attribute requester_annotation.
-
#reward ⇒ ::String
Returns the value of attribute reward.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
Instance Attribute Details
#assignment_duration_in_seconds ⇒ ::Integer
Returns the value of attribute assignment_duration_in_seconds.
80 81 82 |
# File 'sig/types.rbs', line 80 def assignment_duration_in_seconds @assignment_duration_in_seconds end |
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
89 90 91 |
# File 'sig/types.rbs', line 89 def assignment_review_policy @assignment_review_policy end |
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
78 79 80 |
# File 'sig/types.rbs', line 78 def auto_approval_delay_in_seconds @auto_approval_delay_in_seconds end |
#description ⇒ ::String
Returns the value of attribute description.
84 85 86 |
# File 'sig/types.rbs', line 84 def description @description end |
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def hit_layout_id @hit_layout_id end |
#hit_layout_parameters ⇒ ::Array[Types::HITLayoutParameter]
Returns the value of attribute hit_layout_parameters.
92 93 94 |
# File 'sig/types.rbs', line 92 def hit_layout_parameters @hit_layout_parameters end |
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
90 91 92 |
# File 'sig/types.rbs', line 90 def hit_review_policy @hit_review_policy end |
#keywords ⇒ ::String
Returns the value of attribute keywords.
83 84 85 |
# File 'sig/types.rbs', line 83 def keywords @keywords end |
#lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute lifetime_in_seconds.
79 80 81 |
# File 'sig/types.rbs', line 79 def lifetime_in_seconds @lifetime_in_seconds end |
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
77 78 79 |
# File 'sig/types.rbs', line 77 def max_assignments @max_assignments end |
#qualification_requirements ⇒ ::Array[Types::QualificationRequirement]
Returns the value of attribute qualification_requirements.
87 88 89 |
# File 'sig/types.rbs', line 87 def qualification_requirements @qualification_requirements end |
#question ⇒ ::String
Returns the value of attribute question.
85 86 87 |
# File 'sig/types.rbs', line 85 def question @question end |
#requester_annotation ⇒ ::String
Returns the value of attribute requester_annotation.
86 87 88 |
# File 'sig/types.rbs', line 86 def requester_annotation @requester_annotation end |
#reward ⇒ ::String
Returns the value of attribute reward.
81 82 83 |
# File 'sig/types.rbs', line 81 def reward @reward end |
#title ⇒ ::String
Returns the value of attribute title.
82 83 84 |
# File 'sig/types.rbs', line 82 def title @title end |
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
88 89 90 |
# File 'sig/types.rbs', line 88 def unique_request_token @unique_request_token end |