Class: Aws::Types::CreateAdditionalAssignmentsForHITRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAdditionalAssignmentsForHITRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
-
#number_of_additional_assignments ⇒ ::Integer
Returns the value of attribute number_of_additional_assignments.
-
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
Instance Attribute Details
#hit_id ⇒ ::String
Returns the value of attribute hit_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def hit_id @hit_id end |
#number_of_additional_assignments ⇒ ::Integer
Returns the value of attribute number_of_additional_assignments.
68 69 70 |
# File 'sig/types.rbs', line 68 def number_of_additional_assignments @number_of_additional_assignments end |
#unique_request_token ⇒ ::String
Returns the value of attribute unique_request_token.
69 70 71 |
# File 'sig/types.rbs', line 69 def unique_request_token @unique_request_token end |