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)


3696
3697
3698
3699
3700
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3696

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