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.



5678
5679
5680
5681
5682
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5678

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