Class: Aws::CleanRooms::Types::MembershipPaymentConfiguration

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

Overview

An object representing the payment responsibilities accepted by the collaboration member.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#machine_learningTypes::MembershipMLPaymentConfig

The payment responsibilities accepted by the collaboration member for machine learning costs.



5765
5766
5767
5768
5769
5770
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5765

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

#query_computeTypes::MembershipQueryComputePaymentConfig

The payment responsibilities accepted by the collaboration member for query compute costs.



5765
5766
5767
5768
5769
5770
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5765

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