Class: Aws::Types::HIT
- Inherits:
-
Object
- Object
- Aws::Types::HIT
- 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.
-
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#hit_group_id ⇒ ::String
Returns the value of attribute hit_group_id.
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
-
#hit_review_status ⇒ "NotReviewed", ...
Returns the value of attribute hit_review_status.
-
#hit_status ⇒ "Assignable", ...
Returns the value of attribute hit_status.
-
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
-
#number_of_assignments_available ⇒ ::Integer
Returns the value of attribute number_of_assignments_available.
-
#number_of_assignments_completed ⇒ ::Integer
Returns the value of attribute number_of_assignments_completed.
-
#number_of_assignments_pending ⇒ ::Integer
Returns the value of attribute number_of_assignments_pending.
-
#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.
Instance Attribute Details
#assignment_duration_in_seconds ⇒ ::Integer
Returns the value of attribute assignment_duration_in_seconds.
276 277 278 |
# File 'sig/types.rbs', line 276 def assignment_duration_in_seconds @assignment_duration_in_seconds end |
#auto_approval_delay_in_seconds ⇒ ::Integer
Returns the value of attribute auto_approval_delay_in_seconds.
274 275 276 |
# File 'sig/types.rbs', line 274 def auto_approval_delay_in_seconds @auto_approval_delay_in_seconds end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
266 267 268 |
# File 'sig/types.rbs', line 266 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
268 269 270 |
# File 'sig/types.rbs', line 268 def description @description end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
275 276 277 |
# File 'sig/types.rbs', line 275 def expiration @expiration end |
#hit_group_id ⇒ ::String
Returns the value of attribute hit_group_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def hit_group_id @hit_group_id end |
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
262 263 264 |
# File 'sig/types.rbs', line 262 def hit_id @hit_id end |
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def hit_layout_id @hit_layout_id end |
#hit_review_status ⇒ "NotReviewed", ...
Returns the value of attribute hit_review_status.
279 280 281 |
# File 'sig/types.rbs', line 279 def hit_review_status @hit_review_status end |
#hit_status ⇒ "Assignable", ...
Returns the value of attribute hit_status.
271 272 273 |
# File 'sig/types.rbs', line 271 def hit_status @hit_status end |
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
263 264 265 |
# File 'sig/types.rbs', line 263 def hit_type_id @hit_type_id end |
#keywords ⇒ ::String
Returns the value of attribute keywords.
270 271 272 |
# File 'sig/types.rbs', line 270 def keywords @keywords end |
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
272 273 274 |
# File 'sig/types.rbs', line 272 def max_assignments @max_assignments end |
#number_of_assignments_available ⇒ ::Integer
Returns the value of attribute number_of_assignments_available.
281 282 283 |
# File 'sig/types.rbs', line 281 def number_of_assignments_available @number_of_assignments_available end |
#number_of_assignments_completed ⇒ ::Integer
Returns the value of attribute number_of_assignments_completed.
282 283 284 |
# File 'sig/types.rbs', line 282 def number_of_assignments_completed @number_of_assignments_completed end |
#number_of_assignments_pending ⇒ ::Integer
Returns the value of attribute number_of_assignments_pending.
280 281 282 |
# File 'sig/types.rbs', line 280 def number_of_assignments_pending @number_of_assignments_pending end |
#qualification_requirements ⇒ ::Array[Types::QualificationRequirement]
Returns the value of attribute qualification_requirements.
278 279 280 |
# File 'sig/types.rbs', line 278 def qualification_requirements @qualification_requirements end |
#question ⇒ ::String
Returns the value of attribute question.
269 270 271 |
# File 'sig/types.rbs', line 269 def question @question end |
#requester_annotation ⇒ ::String
Returns the value of attribute requester_annotation.
277 278 279 |
# File 'sig/types.rbs', line 277 def requester_annotation @requester_annotation end |
#reward ⇒ ::String
Returns the value of attribute reward.
273 274 275 |
# File 'sig/types.rbs', line 273 def reward @reward end |
#title ⇒ ::String
Returns the value of attribute title.
267 268 269 |
# File 'sig/types.rbs', line 267 def title @title end |