Class: Aws::CleanRoomsML::Types::PayerConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compute_payer_account_idString

The account ID of the member that is responsible for paying compute costs.

Returns:

  • (String)


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_idString

The account ID of the member that is responsible for paying synthetic data generation costs.

Returns:

  • (String)


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