Class: Aws::Types::Assignment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accept_time::Time

Returns the value of attribute accept_time.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def accept_time
  @accept_time
end

#answer::String

Returns the value of attribute answer.

Returns:



41
42
43
# File 'sig/types.rbs', line 41

def answer
  @answer
end

#approval_time::Time

Returns the value of attribute approval_time.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



40
41
42
# File 'sig/types.rbs', line 40

def deadline
  @deadline
end

#hit_id::String

Returns the value of attribute hit_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def worker_id
  @worker_id
end