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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6827
6828
6829
6830
6831
6832
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6827

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

#configuration_detailsTypes::ConfigurationDetails

The configuration details of the receiver configuration.



6827
6828
6829
6830
6831
6832
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6827

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