Class: Aws::Types::ListWorkersWithQualificationTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkersWithQualificationTypeRequest
- 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.
-
#status ⇒ "Granted", "Revoked"
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
431 432 433 |
# File 'sig/types.rbs', line 431 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
430 431 432 |
# File 'sig/types.rbs', line 430 def next_token @next_token end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
428 429 430 |
# File 'sig/types.rbs', line 428 def qualification_type_id @qualification_type_id end |
#status ⇒ "Granted", "Revoked"
Returns the value of attribute status.
429 430 431 |
# File 'sig/types.rbs', line 429 def status @status end |