Class: Aws::CleanRoomsML::Types::InferenceReceiverMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::InferenceReceiverMember
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Defines who will receive inference results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the member that can receive inference results.
Instance Attribute Details
#account_id ⇒ String
The account ID of the member that can receive inference results.
3378 3379 3380 3381 3382 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3378 class InferenceReceiverMember < Struct.new( :account_id) SENSITIVE = [] include Aws::Structure end |