Class: Aws::CleanRoomsML::Types::PayerConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::PayerConfiguration
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Specifies which member accounts are responsible for paying for compute and synthetic data generation costs in a Clean Rooms ML collaboration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compute_payer_account_id ⇒ String
The account ID of the member that is responsible for paying compute costs.
-
#synthetic_data_payer_account_id ⇒ String
The account ID of the member that is responsible for paying synthetic data generation costs.
Instance Attribute Details
#compute_payer_account_id ⇒ String
The account ID of the member that is responsible for paying compute costs.
4918 4919 4920 4921 4922 4923 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4918 class PayerConfiguration < Struct.new( :compute_payer_account_id, :synthetic_data_payer_account_id) SENSITIVE = [] include Aws::Structure end |
#synthetic_data_payer_account_id ⇒ String
The account ID of the member that is responsible for paying synthetic data generation costs.
4918 4919 4920 4921 4922 4923 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4918 class PayerConfiguration < Struct.new( :compute_payer_account_id, :synthetic_data_payer_account_id) SENSITIVE = [] include Aws::Structure end |