Class: Aws::Types::QualificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::QualificationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer ⇒ ::String
Returns the value of attribute answer.
-
#qualification_request_id ⇒ ::String
Returns the value of attribute qualification_request_id.
-
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#test ⇒ ::String
Returns the value of attribute test.
-
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
Instance Attribute Details
#answer ⇒ ::String
Returns the value of attribute answer.
503 504 505 |
# File 'sig/types.rbs', line 503 def answer @answer end |
#qualification_request_id ⇒ ::String
Returns the value of attribute qualification_request_id.
499 500 501 |
# File 'sig/types.rbs', line 499 def qualification_request_id @qualification_request_id end |
#qualification_type_id ⇒ ::String
Returns the value of attribute qualification_type_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def qualification_type_id @qualification_type_id end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
504 505 506 |
# File 'sig/types.rbs', line 504 def submit_time @submit_time end |
#test ⇒ ::String
Returns the value of attribute test.
502 503 504 |
# File 'sig/types.rbs', line 502 def test @test end |
#worker_id ⇒ ::String
Returns the value of attribute worker_id.
501 502 503 |
# File 'sig/types.rbs', line 501 def worker_id @worker_id end |