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.
2980 2981 2982 2983 2984 2985 2986 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2980 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The protected query SQL parameters.
2980 2981 2982 2983 2984 2985 2986 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2980 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |
#query_string ⇒ String
The query string to be submitted.
2980 2981 2982 2983 2984 2985 2986 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2980 class ProtectedQuerySQLParameters < Struct.new( :query_string, :analysis_template_arn, :parameters) SENSITIVE = [] include Aws::Structure end |