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.



5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5793

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.



5793
5794
5795
5796
5797
5798
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5793

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