Class: Aws::CleanRoomsML::Types::ProtectedQueryInputParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ProtectedQueryInputParameters
- 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
-
#compute_configuration ⇒ Types::ComputeConfiguration
Provides configuration information for the workers that will perform the protected query.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
The parameters for the SQL type Protected Query.
Instance Attribute Details
#compute_configuration ⇒ Types::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_parameters ⇒ Types::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 |