Class: Aws::CleanRoomsML::Types::InferenceReceiverMember

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

Overview

Defines who will receive inference results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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