Class: Aws::CleanRooms::Types::ProtectedQueryMemberOutputConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The unique identifier for the account.

Returns:

  • (String)


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