Class: Aws::CleanRooms::Types::DirectAnalysisConfigurationDetails

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

Overview

The direct analysis configuration details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#receiver_account_idsArray<String>

The account IDs for the member who received the results of a protected query.

Returns:

  • (Array<String>)


3551
3552
3553
3554
3555
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3551

class DirectAnalysisConfigurationDetails < Struct.new(
  :receiver_account_ids)
  SENSITIVE = []
  include Aws::Structure
end