Class: Aws::CleanRooms::Types::MembershipPaymentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

An object representing the payment responsibilities accepted by the collaboration member.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_computeTypes::MembershipQueryComputePaymentConfig

The payment responsibilities accepted by the collaboration member for query compute costs.



4145
4146
4147
4148
4149
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 4145

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