Class: Aws::Types::CancelQueryInput
- Inherits:
-
Object
- Object
- Aws::Types::CancelQueryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#graph_identifier ⇒ ::String
Returns the value of attribute graph_identifier.
51 52 53 |
# File 'sig/types.rbs', line 51 def graph_identifier @graph_identifier end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def query_id @query_id end |