Class: Aws::CleanRoomsML::Types::TrainedModelExportReceiverMember

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

Overview

Provides information about the member who will receive trained model exports.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the member who will receive trained model exports.

Returns:

  • (String)


5279
5280
5281
5282
5283
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5279

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