Class: Aws::CleanRooms::Types::StartProtectedQueryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::StartProtectedQueryInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:sql_parameters]
Instance Attribute Summary collapse
-
#compute_configuration ⇒ Types::ComputeConfiguration
The compute configuration for the protected query.
-
#membership_identifier ⇒ String
A unique identifier for the membership to run this query against.
-
#query_compute_payer_account_id ⇒ String
The account ID of the member that pays for the query compute costs.
-
#result_configuration ⇒ Types::ProtectedQueryResultConfiguration
The details needed to write the query results.
-
#sql_parameters ⇒ Types::ProtectedQuerySQLParameters
The protected SQL query parameters.
-
#type ⇒ String
The type of the protected query to be started.
Instance Attribute Details
#compute_configuration ⇒ Types::ComputeConfiguration
The compute configuration for the protected query.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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_identifier ⇒ String
A unique identifier for the membership to run this query against. Currently accepts a membership ID.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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_id ⇒ String
The account ID of the member that pays for the query compute costs.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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_configuration ⇒ Types::ProtectedQueryResultConfiguration
The details needed to write the query results.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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_parameters ⇒ Types::ProtectedQuerySQLParameters
The protected SQL query parameters.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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 |
#type ⇒ String
The type of the protected query to be started.
10810 10811 10812 10813 10814 10815 10816 10817 10818 10819 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10810 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 |