Class: Aws::CleanRooms::Types::ProtectedJobSingleMemberOutput

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

Overview

Details about the member who received the job 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 from analyses.

Returns:

  • (String)


7437
7438
7439
7440
7441
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7437

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