Class: Aws::CleanRooms::Types::ProtectedQuerySingleMemberOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Details about the member who received the query result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the member in the collaboration who can receive results for the query.

Returns:

  • (String)


8683
8684
8685
8686
8687
# File 'lib/aws-sdk-cleanrooms/types.rb', line 8683

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