Class: Aws::Types::CancelQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
-
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
Instance Attribute Details
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
59 60 61 |
# File 'sig/types.rbs', line 59 def event_data_store @event_data_store end |
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def query_id @query_id end |