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

#compute_configurationTypes::ComputeConfiguration

The compute configuration for the protected query.



9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

class StartProtectedQueryInput < Struct.new(
  :type,
  :membership_identifier,
  :sql_parameters,
  :result_configuration,
  :compute_configuration,
  :query_compute_payer_account_id)
  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)


9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

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

#query_compute_payer_account_idString

The account ID of the member that pays for the query compute costs.

Returns:

  • (String)


9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

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

#result_configurationTypes::ProtectedQueryResultConfiguration

The details needed to write the query results.



9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

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

#sql_parametersTypes::ProtectedQuerySQLParameters

The protected SQL query parameters.



9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

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

#typeString

The type of the protected query to be started.

Returns:

  • (String)


9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 9435

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