Class: Aws::Types::DescribeQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeQueryRequest
- 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_alias ⇒ ::String
Returns the value of attribute query_alias.
-
#query_id ⇒ ::String
Returns the value of attribute query_id.
-
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
Instance Attribute Details
#event_data_store ⇒ ::String
Returns the value of attribute event_data_store.
287 288 289 |
# File 'sig/types.rbs', line 287 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.
291 292 293 |
# File 'sig/types.rbs', line 291 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_alias ⇒ ::String
Returns the value of attribute query_alias.
289 290 291 |
# File 'sig/types.rbs', line 289 def query_alias @query_alias end |
#query_id ⇒ ::String
Returns the value of attribute query_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def query_id @query_id end |
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def refresh_id @refresh_id end |