Class: Aws::Types::UpdateMembershipPaymentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_computeTypes::MembershipJobComputePaymentConfig

Returns the value of attribute job_compute.



3401
3402
3403
# File 'sig/types.rbs', line 3401

def job_compute
  @job_compute
end

#machine_learningTypes::MembershipMLPaymentConfig

Returns the value of attribute machine_learning.



3400
3401
3402
# File 'sig/types.rbs', line 3400

def machine_learning
  @machine_learning
end

#query_computeTypes::MembershipQueryComputePaymentConfig

Returns the value of attribute query_compute.



3399
3400
3401
# File 'sig/types.rbs', line 3399

def query_compute
  @query_compute
end