Class: Aws::CleanRoomsML::Types::ProtectedQueryInputParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Provides information necessary to perform the protected query.

Constant Summary collapse

SENSITIVE =
[:sql_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::ComputeConfiguration

Provides configuration information for the workers that will perform the protected query.



4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4323

class ProtectedQueryInputParameters < Struct.new(
  :sql_parameters,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#sql_parametersTypes::ProtectedQuerySQLParameters

The parameters for the SQL type Protected Query.



4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4323

class ProtectedQueryInputParameters < Struct.new(
  :sql_parameters,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end