Class: Aws::CleanRooms::Types::ReceiverConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

The receiver configuration for a protected query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_typeString

The type of analysis for the protected query. The results of the query can be analyzed directly (DIRECT_ANALYSIS) or used as input into additional analyses (ADDITIONAL_ANALYSIS), such as a query that is a seed for a lookalike ML model.

Returns:

  • (String)


6855
6856
6857
6858
6859
6860
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6855

class ReceiverConfiguration < Struct.new(
  :analysis_type,
  :configuration_details)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_detailsTypes::ConfigurationDetails

The configuration details of the receiver configuration.



6855
6856
6857
6858
6859
6860
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6855

class ReceiverConfiguration < Struct.new(
  :analysis_type,
  :configuration_details)
  SENSITIVE = []
  include Aws::Structure
end