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.



11607
11608
11609
11610
11611
11612
11613
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11607

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.



11607
11608
11609
11610
11611
11612
11613
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11607

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.



11607
11608
11609
11610
11611
11612
11613
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 11607

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