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.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def job_compute @job_compute end |
#machine_learning ⇒ Types::MLPaymentConfig
Returns the value of attribute machine_learning.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def machine_learning @machine_learning end |
#query_compute ⇒ Types::QueryComputePaymentConfig
Returns the value of attribute query_compute.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def query_compute @query_compute end |