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
-
#job_compute ⇒ Types::JobComputePaymentConfig
The compute configuration for the job.
-
#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
#job_compute ⇒ Types::JobComputePaymentConfig
The compute configuration for the job.
6616 6617 6618 6619 6620 6621 6622 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6616 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning, :job_compute) SENSITIVE = [] include Aws::Structure end |
#machine_learning ⇒ Types::MLPaymentConfig
An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.
6616 6617 6618 6619 6620 6621 6622 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6616 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning, :job_compute) SENSITIVE = [] include Aws::Structure end |
#query_compute ⇒ Types::QueryComputePaymentConfig
The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.
6616 6617 6618 6619 6620 6621 6622 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6616 class PaymentConfiguration < Struct.new( :query_compute, :machine_learning, :job_compute) SENSITIVE = [] include Aws::Structure end |