Class: Aws::CleanRooms::Types::PaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::PaymentConfiguration
- Includes:
- Structure
- Defined in:
- 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.
6026 6027 6028 6029 6030 6031 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6026 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.
6026 6027 6028 6029 6030 6031 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6026 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning) SENSITIVE = [] include Aws::Structure end |