Class: Aws::Types::UpdateMembershipPaymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMembershipPaymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_compute ⇒ Types::MembershipJobComputePaymentConfig
Returns the value of attribute job_compute.
-
#machine_learning ⇒ Types::MembershipMLPaymentConfig
Returns the value of attribute machine_learning.
-
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
Returns the value of attribute query_compute.
Instance Attribute Details
#job_compute ⇒ Types::MembershipJobComputePaymentConfig
Returns the value of attribute job_compute.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def job_compute @job_compute end |
#machine_learning ⇒ Types::MembershipMLPaymentConfig
Returns the value of attribute machine_learning.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def machine_learning @machine_learning end |
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
Returns the value of attribute query_compute.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def query_compute @query_compute end |