Class: Aws::CleanRooms::Types::MembershipPaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MembershipPaymentConfiguration
- 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
-
#machine_learning ⇒ Types::MembershipMLPaymentConfig
The payment responsibilities accepted by the collaboration member for machine learning costs.
-
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
The payment responsibilities accepted by the collaboration member for query compute costs.
Instance Attribute Details
#machine_learning ⇒ Types::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_compute ⇒ Types::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 |