Class: Aws::Types::HIT

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_duration_in_seconds::Integer

Returns the value of attribute assignment_duration_in_seconds.

Returns:



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.

Returns:



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.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def description
  @description
end

#expiration::Time

Returns the value of attribute expiration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def keywords
  @keywords
end

#max_assignments::Integer

Returns the value of attribute max_assignments.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def qualification_requirements
  @qualification_requirements
end

#question::String

Returns the value of attribute question.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def question
  @question
end

#requester_annotation::String

Returns the value of attribute requester_annotation.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def requester_annotation
  @requester_annotation
end

#reward::String

Returns the value of attribute reward.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def reward
  @reward
end

#title::String

Returns the value of attribute title.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def title
  @title
end