Class: Aws::CleanRoomsML::Types::TrainedModelExportReceiverMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::TrainedModelExportReceiverMember
- 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
-
#account_id ⇒ String
The account ID of the member who will receive trained model exports.
Instance Attribute Details
#account_id ⇒ String
The account ID of the member who will receive trained model exports.
5622 5623 5624 5625 5626 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 5622 class TrainedModelExportReceiverMember < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |