Class: Aws::Types::CancelQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#query_id ⇒ ::String
Returns the value of attribute query_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def query_id @query_id end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
659 660 661 |
# File 'sig/types.rbs', line 659 def workspace_name @workspace_name end |