Class: Aws::Types::ProtectedQueryInputParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sql_parameters])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::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.

Returns:

  • ("CSV", "PARQUET")


1204
1205
1206
# File 'sig/types.rbs', line 1204

def result_format
  @result_format
end

#sql_parametersTypes::ProtectedQuerySQLParameters

Returns the value of attribute sql_parameters.



1202
1203
1204
# File 'sig/types.rbs', line 1202

def sql_parameters
  @sql_parameters
end