Method: Aws::CleanRoomsML::Types::InferenceReceiverMember#account_id
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
#account_id ⇒ String
The account ID of the member that can receive inference results.
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 |