Class: Aws::Types::StartQueryRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartQueryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_s3_uri ⇒ ::String
Returns the value of attribute delivery_s3_uri.
-
#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_parameters ⇒ ::Array[::String]
Returns the value of attribute query_parameters.
-
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
Instance Attribute Details
#delivery_s3_uri ⇒ ::String
Returns the value of attribute delivery_s3_uri.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def delivery_s3_uri @delivery_s3_uri end |
#event_data_store_owner_account_id ⇒ ::String
Returns the value of attribute event_data_store_owner_account_id.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def event_data_store_owner_account_id @event_data_store_owner_account_id end |
#query_alias ⇒ ::String
Returns the value of attribute query_alias.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def query_alias @query_alias end |
#query_parameters ⇒ ::Array[::String]
Returns the value of attribute query_parameters.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def query_parameters @query_parameters end |
#query_statement ⇒ ::String
Returns the value of attribute query_statement.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def query_statement @query_statement end |