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

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

Overview

Constant Summary collapse

SENSITIVE =
[:sql_parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_identifierString

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

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5287

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

#result_configurationTypes::ProtectedQueryResultConfiguration

The details needed to write the query results.



5287
5288
5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5287

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

#sql_parametersTypes::ProtectedQuerySQLParameters

The protected SQL query parameters.



5287
5288
5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5287

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

#typeString

The type of the protected query to be started.

Returns:

  • (String)


5287
5288
5289
5290
5291
5292
5293
5294
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5287

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