Class: Aws::CleanRooms::Types::StartProtectedQueryInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:sql_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configurationTypes::ComputeConfiguration

The compute configuration for the protected query.



7150
7151
7152
7153
7154
7155
7156
7157
7158
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7150

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#membership_identifierString

A unique identifier for the membership to run this query against. Currently accepts a membership ID.

Returns:

  • (String)


7150
7151
7152
7153
7154
7155
7156
7157
7158
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7150

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#result_configurationTypes::ProtectedQueryResultConfiguration

The details needed to write the query results.



7150
7151
7152
7153
7154
7155
7156
7157
7158
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7150

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#sql_parametersTypes::ProtectedQuerySQLParameters

The protected SQL query parameters.



7150
7151
7152
7153
7154
7155
7156
7157
7158
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7150

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end

#typeString

The type of the protected query to be started.

Returns:

  • (String)


7150
7151
7152
7153
7154
7155
7156
7157
7158
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7150

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration)
  SENSITIVE = [:sql_parameters]
  include Aws::Structure
end