Class: Aws::CleanRooms::Types::PopulateIntermediateTableInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_payer_account_idString

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

Returns:

  • (String)


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_configurationTypes::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_identifierString

The unique identifier of the intermediate table to populate.

Returns:

  • (String)


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_identifierString

The unique identifier of the membership that contains the intermediate table.

Returns:

  • (String)


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

#parametersHash<String,String>

The runtime parameter values that override the defaults in the stored query.

Returns:

  • (Hash<String,String>)


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