Class: Aws::Types::MembershipPaymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MembershipPaymentConfiguration
- 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.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def job_compute @job_compute end |
#machine_learning ⇒ Types::MembershipMLPaymentConfig
Returns the value of attribute machine_learning.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def machine_learning @machine_learning end |
#query_compute ⇒ Types::MembershipQueryComputePaymentConfig
Returns the value of attribute query_compute.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def query_compute @query_compute end |