Class: Aws::CleanRoomsML::Types::ProtectedQuerySQLParameters

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanroomsml/types.rb

Overview

The parameters for the SQL type Protected Query.

Constant Summary collapse

SENSITIVE =
[]

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)


5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5032

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

#parametersHash<String,String>

The protected query SQL parameters.

Returns:

  • (Hash<String,String>)


5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5032

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

#query_stringString

The query string to be submitted.

Returns:

  • (String)


5032
5033
5034
5035
5036
5037
5038
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 5032

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