Class: Aws::CleanRooms::Types::ProtectedQueryMemberOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::ProtectedQueryMemberOutputConfiguration
- Includes:
- Structure
- Defined in:
- 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.
6508 6509 6510 6511 6512 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6508 class ProtectedQueryMemberOutputConfiguration < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |