Class: Aws::Types::GetWorkUnitResultsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkUnitResultsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#work_unit_id ⇒ ::Integer
Returns the value of attribute work_unit_id.
-
#work_unit_token ⇒ ::String
Returns the value of attribute work_unit_token.
Instance Attribute Details
#query_id ⇒ ::String
Returns the value of attribute query_id.
596 597 598 |
# File 'sig/types.rbs', line 596 def query_id @query_id end |
#work_unit_id ⇒ ::Integer
Returns the value of attribute work_unit_id.
597 598 599 |
# File 'sig/types.rbs', line 597 def work_unit_id @work_unit_id end |
#work_unit_token ⇒ ::String
Returns the value of attribute work_unit_token.
598 599 600 |
# File 'sig/types.rbs', line 598 def work_unit_token @work_unit_token end |