Class: Aws::Types::ListHITsForQualificationTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListHITsForQualificationTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
325 326 327 |
# File 'sig/types.rbs', line 325 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
324 325 326 |
# File 'sig/types.rbs', line 324 def next_token @next_token end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
323 324 325 |
# File 'sig/types.rbs', line 323 def qualification_type_id @qualification_type_id end |