Class: Aws::CleanRooms::Types::DirectAnalysisConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DirectAnalysisConfigurationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
The direct analysis configuration details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#receiver_account_ids ⇒ Array<String>
The account IDs for the member who received the results of a protected query.
Instance Attribute Details
#receiver_account_ids ⇒ Array<String>
The account IDs for the member who received the results of a protected query.
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 |