Class: Aws::CleanRooms::Types::PopulationAnalysisSqlParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PopulationAnalysisSqlParameters
- 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
-
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
-
#query_string ⇒ String
The SQL query string used to populate the intermediate table.
Instance Attribute Details
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) of the analysis template to use for populating the intermediate table.
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_string ⇒ String
The SQL query string used to populate the intermediate table. Maximum length of 500,000 characters.
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 |