Class: Aws::Types::CancelQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelQueryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
Instance Attribute Details
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
68 69 70 |
# File 'sig/types.rbs', line 68 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def query_id @query_id end |
#query_status ⇒ "QUEUED", ...
Returns the value of attribute query_status.
67 68 69 |
# File 'sig/types.rbs', line 67 def query_status @query_status end |