Class: Aws::Types::CreateHITRequest

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:

  • (::Integer)


80
81
82
# File 'sig/types.rbs', line 80

def assignment_duration_in_seconds
  @assignment_duration_in_seconds
end

#assignment_review_policyTypes::ReviewPolicy

Returns the value of attribute assignment_review_policy.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def hit_layout_parameters
  @hit_layout_parameters
end

#hit_review_policyTypes::ReviewPolicy

Returns the value of attribute hit_review_policy.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def qualification_requirements
  @qualification_requirements
end

#question::String

Returns the value of attribute question.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def question
  @question
end

#requester_annotation::String

Returns the value of attribute requester_annotation.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def requester_annotation
  @requester_annotation
end

#reward::String

Returns the value of attribute reward.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def reward
  @reward
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


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.

Returns:

  • (::String)


88
89
90
# File 'sig/types.rbs', line 88

def unique_request_token
  @unique_request_token
end