Class: Aws::Types::PaymentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PaymentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_compute ⇒ Types::JobComputePaymentConfig
Returns the value of attribute job_compute.
-
#machine_learning ⇒ Types::MLPaymentConfig
Returns the value of attribute machine_learning.
-
#query_compute ⇒ Types::QueryComputePaymentConfig
Returns the value of attribute query_compute.
Instance Attribute Details
#job_compute ⇒ Types::JobComputePaymentConfig
Returns the value of attribute job_compute.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def job_compute @job_compute end |
#machine_learning ⇒ Types::MLPaymentConfig
Returns the value of attribute machine_learning.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def machine_learning @machine_learning end |
#query_compute ⇒ Types::QueryComputePaymentConfig
Returns the value of attribute query_compute.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def query_compute @query_compute end |