Method: Aws::CleanRoomsML::Types::InferenceReceiverMember#account_id

Defined in:
lib/aws-sdk-cleanroomsml/types.rb

#account_idString

The account ID of the member that can receive inference results.

Returns:

  • (String)


3378
3379
3380
3381
3382
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3378

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