Class: Aws::CleanRooms::Types::MembershipPaymentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::MembershipPaymentConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
The payment responsibilities accepted by the collaboration member for query compute costs.
Instance Attribute Details
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
The payment responsibilities accepted by the collaboration member for query compute costs.
5518 5519 5520 5521 5522 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 5518 class MembershipPaymentConfiguration < Struct.new( :query_compute) SENSITIVE = [] include Aws::Structure end |