Class: Aws::CleanRooms::Types::UpdateMembershipPaymentConfiguration

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

Overview

An object representing the payment responsibilities to update for the membership.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_computeTypes::MembershipJobComputePaymentConfig

An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.



10143
10144
10145
10146
10147
10148
10149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10143

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

#machine_learningTypes::MembershipMLPaymentConfig

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



10143
10144
10145
10146
10147
10148
10149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10143

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

#query_computeTypes::MembershipQueryComputePaymentConfig

An object representing the payment responsibilities accepted by the collaboration member for query compute costs.



10143
10144
10145
10146
10147
10148
10149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 10143

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