Class: Aws::CleanRoomsML::Types::ProtectedQuerySQLParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ProtectedQuerySQLParameters
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
The parameters for the SQL type Protected Query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
-
#parameters ⇒ Hash<String,String>
The protected query SQL parameters.
-
#query_string ⇒ String
The query string to be submitted.
Instance Attribute Details
#analysis_template_arn ⇒ String
The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
4341 4342 4343 4344 4345 4346 4347 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4341 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The protected query SQL parameters.
4341 4342 4343 4344 4345 4346 4347 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4341 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string to be submitted.
4341 4342 4343 4344 4345 4346 4347 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4341 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |