Class: Aws::Types::ProtectedQueryInputParameters
- Inherits:
-
Object
- Object
- Aws::Types::ProtectedQueryInputParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
-
#result_format ⇒ "CSV", "PARQUET"
Returns the value of attribute result_format.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
Instance Attribute Details
#compute_configuration ⇒ Types::ComputeConfiguration
Returns the value of attribute compute_configuration.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def compute_configuration @compute_configuration end |
#result_format ⇒ "CSV", "PARQUET"
Returns the value of attribute result_format.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def result_format @result_format end |
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
Returns the value of attribute sql_parameters.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def sql_parameters @sql_parameters end |