Class: Aws::CleanRooms::Types::PopulationAnalysisSqlParameters

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

Overview

Contains the SQL parameters used to populate an intermediate table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arnString

The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.

Returns:

  • (String)


8843
8844
8845
8846
8847
8848
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8843

class PopulationAnalysisSqlParameters < Struct.new(
  :query_string,
  :analysis_template_arn)
  SENSITIVE = []
  include Aws::Structure
end

#query_stringString

The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.

Returns:

  • (String)


8843
8844
8845
8846
8847
8848
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8843

class PopulationAnalysisSqlParameters < Struct.new(
  :query_string,
  :analysis_template_arn)
  SENSITIVE = []
  include Aws::Structure
end