Class: Aws::Types::GenerateQueryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateQueryResponse
- 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_alias ⇒ ::String
Returns the value of attribute query_alias.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
Instance Attribute Details
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
414 415 416 |
# File 'sig/types.rbs', line 414 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_alias ⇒ ::String
Returns the value of attribute query_alias.
413 414 415 |
# File 'sig/types.rbs', line 413 def query_alias @query_alias end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
412 413 414 |
# File 'sig/types.rbs', line 412 def query_statement @query_statement end |