Class: Aws::CleanRooms::Types::ProtectedQuerySQLParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQuerySQLParameters
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/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.
6693 6694 6695 6696 6697 6698 6699 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6693 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The protected query SQL parameters.
6693 6694 6695 6696 6697 6698 6699 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6693 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string to be submitted.
6693 6694 6695 6696 6697 6698 6699 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6693 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |