Class: Aws::CleanRooms::Types::PopulateIntermediateTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PopulateIntermediateTableInput
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:parameters]
Instance Attribute Summary collapse
-
#analysis_payer_account_id ⇒ String
The account ID of the member that pays for the analysis compute costs.
-
#compute_configuration ⇒ Types::IntermediateTableComputeConfiguration
The compute configuration for the population query execution.
-
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to populate.
-
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
-
#parameters ⇒ Hash<String,String>
The runtime parameter values that override the defaults in the stored query.
Instance Attribute Details
#analysis_payer_account_id ⇒ String
The account ID of the member that pays for the analysis compute costs.
8770 8771 8772 8773 8774 8775 8776 8777 8778 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8770 class PopulateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :parameters, :compute_configuration, :analysis_payer_account_id) SENSITIVE = [:parameters] include Aws::Structure end |
#compute_configuration ⇒ Types::IntermediateTableComputeConfiguration
The compute configuration for the population query execution.
8770 8771 8772 8773 8774 8775 8776 8777 8778 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8770 class PopulateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :parameters, :compute_configuration, :analysis_payer_account_id) SENSITIVE = [:parameters] include Aws::Structure end |
#intermediate_table_identifier ⇒ String
The unique identifier of the intermediate table to populate.
8770 8771 8772 8773 8774 8775 8776 8777 8778 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8770 class PopulateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :parameters, :compute_configuration, :analysis_payer_account_id) SENSITIVE = [:parameters] include Aws::Structure end |
#membership_identifier ⇒ String
The unique identifier of the membership that contains the intermediate table.
8770 8771 8772 8773 8774 8775 8776 8777 8778 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8770 class PopulateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :parameters, :compute_configuration, :analysis_payer_account_id) SENSITIVE = [:parameters] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The runtime parameter values that override the defaults in the stored query.
8770 8771 8772 8773 8774 8775 8776 8777 8778 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8770 class PopulateIntermediateTableInput < Struct.new( :intermediate_table_identifier, :membership_identifier, :parameters, :compute_configuration, :analysis_payer_account_id) SENSITIVE = [:parameters] include Aws::Structure end |