Class: Aws::CleanRooms::Types::ProtectedQueryMemberOutputConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryMemberOutputConfiguration
 
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Contains configuration details for the protected query member output.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the account. 
Instance Attribute Details
#account_id ⇒ String
The unique identifier for the account.
| 8328 8329 8330 8331 8332 | # File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 8328 class ProtectedQueryMemberOutputConfiguration < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |