Class: Aws::CleanRooms::Types::PaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PaymentConfiguration
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
An object representing the collaboration member's payment responsibilities set by the collaboration creator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#machine_learning ⇒ Types::MLPaymentConfig
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
-
#query_compute ⇒ Types::QueryComputePaymentConfig
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
Instance Attribute Details
#machine_learning ⇒ Types::MLPaymentConfig
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
5998 5999 6000 6001 6002 6003 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5998 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning) SENSITIVE = [] include Aws::Structure end |
#query_compute ⇒ Types::QueryComputePaymentConfig
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
5998 5999 6000 6001 6002 6003 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5998 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning) SENSITIVE = [] include Aws::Structure end |