Class: Aws::Types::StartQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryResponse
- 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.
Instance Attribute Details
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def query_id @query_id end |