Class: Aws::CleanRooms::Types::UpdateMembershipPaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateMembershipPaymentConfiguration
- 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
-
#job_compute ⇒ Types::MembershipJobComputePaymentConfig
An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.
-
#machine_learning ⇒ Types::MembershipMLPaymentConfig
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
-
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
An object representing the payment responsibilities accepted by the collaboration member for query compute costs.
Instance Attribute Details
#job_compute ⇒ Types::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_learning ⇒ Types::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_compute ⇒ Types::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 |