Class: Aws::CleanRooms::Types::ProtectedQuerySQLParameters

Inherits:
Struct
  • Object
show all
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 =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_arnString

The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.

Returns:

  • (String)


10113
10114
10115
10116
10117
10118
10119
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10113

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

#parametersHash<String,String>

The protected query SQL parameters.

Returns:

  • (Hash<String,String>)


10113
10114
10115
10116
10117
10118
10119
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10113

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

#query_stringString

The query string to be submitted.

Returns:

  • (String)


10113
10114
10115
10116
10117
10118
10119
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10113

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