Class: Aws::CleanRooms::Types::PaymentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#query_computeTypes::QueryComputePaymentConfig

The collaboration member's payment responsibilities set by the collaboration creator for query compute costs.



4305
4306
4307
4308
4309
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4305

class PaymentConfiguration < Struct.new(
  :query_compute)
  SENSITIVE = []
  include Aws::Structure
end