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.



4655
4656
4657
4658
4659
4660
4661
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4655

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

#result_formatString

The format in which the query results should be returned. If not specified, defaults to CSV.

Returns:

  • (String)


4655
4656
4657
4658
4659
4660
4661
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4655

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

#sql_parametersTypes::ProtectedQuerySQLParameters

The parameters for the SQL type Protected Query.



4655
4656
4657
4658
4659
4660
4661
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4655

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