Class: Aws::CleanRooms::Types::PaymentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

An object representing the collaboration member's payment responsibilities set by the collaboration creator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#machine_learningTypes::MLPaymentConfig

An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.



5998
5999
6000
6001
6002
6003
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5998

class PaymentConfiguration < Struct.new(
  :query_compute,
  :machine_learning)
  SENSITIVE = []
  include Aws::Structure
end

#query_computeTypes::QueryComputePaymentConfig

The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.



5998
5999
6000
6001
6002
6003
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5998

class PaymentConfiguration < Struct.new(
  :query_compute,
  :machine_learning)
  SENSITIVE = []
  include Aws::Structure
end