Class: Aws::Types::Assignment
- Inherits:
-
Object
- Object
- Aws::Types::Assignment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_time ⇒ ::Time
Returns the value of attribute accept_time.
-
#answer ⇒ ::String
Returns the value of attribute answer.
-
#approval_time ⇒ ::Time
Returns the value of attribute approval_time.
-
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
-
#assignment_status ⇒ "Submitted", ...
Returns the value of attribute assignment_status.
-
#auto_approval_time ⇒ ::Time
Returns the value of attribute auto_approval_time.
-
#deadline ⇒ ::Time
Returns the value of attribute deadline.
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#rejection_time ⇒ ::Time
Returns the value of attribute rejection_time.
-
#requester_feedback ⇒ ::String
Returns the value of attribute requester_feedback.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#accept_time ⇒ ::Time
Returns the value of attribute accept_time.
36 37 38 |
# File 'sig/types.rbs', line 36 def accept_time @accept_time end |
#answer ⇒ ::String
Returns the value of attribute answer.
41 42 43 |
# File 'sig/types.rbs', line 41 def answer @answer end |
#approval_time ⇒ ::Time
Returns the value of attribute approval_time.
38 39 40 |
# File 'sig/types.rbs', line 38 def approval_time @approval_time end |
#assignment_id ⇒ ::String
Returns the value of attribute assignment_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def assignment_id @assignment_id end |
#assignment_status ⇒ "Submitted", ...
Returns the value of attribute assignment_status.
34 35 36 |
# File 'sig/types.rbs', line 34 def assignment_status @assignment_status end |
#auto_approval_time ⇒ ::Time
Returns the value of attribute auto_approval_time.
35 36 37 |
# File 'sig/types.rbs', line 35 def auto_approval_time @auto_approval_time end |
#deadline ⇒ ::Time
Returns the value of attribute deadline.
40 41 42 |
# File 'sig/types.rbs', line 40 def deadline @deadline end |
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
33 34 35 |
# File 'sig/types.rbs', line 33 def hit_id @hit_id end |
#rejection_time ⇒ ::Time
Returns the value of attribute rejection_time.
39 40 41 |
# File 'sig/types.rbs', line 39 def rejection_time @rejection_time end |
#requester_feedback ⇒ ::String
Returns the value of attribute requester_feedback.
42 43 44 |
# File 'sig/types.rbs', line 42 def requester_feedback @requester_feedback end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
37 38 39 |
# File 'sig/types.rbs', line 37 def submit_time @submit_time end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
32 33 34 |
# File 'sig/types.rbs', line 32 def worker_id @worker_id end |