Class: Aws::Types::CreateHITWithHITTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHITWithHITTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
-
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
-
#hit_layout_parameters ⇒ ::Array[Types::HITLayoutParameter]
Returns the value of attribute hit_layout_parameters.
-
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
-
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
-
#lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute lifetime_in_seconds.
-
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
-
#question ⇒ ::String
Returns the value of attribute question.
-
#requester_annotation ⇒ ::String
Returns the value of attribute requester_annotation.
-
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
Instance Attribute Details
#assignment_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute assignment_review_policy.
124 125 126 |
# File 'sig/types.rbs', line 124 def assignment_review_policy @assignment_review_policy end |
#hit_layout_id ⇒ ::String
Returns the value of attribute hit_layout_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def hit_layout_id @hit_layout_id end |
#hit_layout_parameters ⇒ ::Array[Types::HITLayoutParameter]
Returns the value of attribute hit_layout_parameters.
127 128 129 |
# File 'sig/types.rbs', line 127 def hit_layout_parameters @hit_layout_parameters end |
#hit_review_policy ⇒ Types::ReviewPolicy
Returns the value of attribute hit_review_policy.
125 126 127 |
# File 'sig/types.rbs', line 125 def hit_review_policy @hit_review_policy end |
#hit_type_id ⇒ ::String
Returns the value of attribute hit_type_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def hit_type_id @hit_type_id end |
#lifetime_in_seconds ⇒ ::Integer
Returns the value of attribute lifetime_in_seconds.
120 121 122 |
# File 'sig/types.rbs', line 120 def lifetime_in_seconds @lifetime_in_seconds end |
#max_assignments ⇒ ::Integer
Returns the value of attribute max_assignments.
119 120 121 |
# File 'sig/types.rbs', line 119 def max_assignments @max_assignments end |
#question ⇒ ::String
Returns the value of attribute question.
121 122 123 |
# File 'sig/types.rbs', line 121 def question @question end |
#requester_annotation ⇒ ::String
Returns the value of attribute requester_annotation.
122 123 124 |
# File 'sig/types.rbs', line 122 def requester_annotation @requester_annotation end |
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
123 124 125 |
# File 'sig/types.rbs', line 123 def unique_request_token @unique_request_token end |