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>)


4446
4447
4448
4449
4450
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4446

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