Class: Aws::Types::PaymentConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_computeTypes::JobComputePaymentConfig

Returns the value of attribute job_compute.



2450
2451
2452
# File 'sig/types.rbs', line 2450

def job_compute
  @job_compute
end

#machine_learningTypes::MLPaymentConfig

Returns the value of attribute machine_learning.



2449
2450
2451
# File 'sig/types.rbs', line 2449

def machine_learning
  @machine_learning
end

#query_computeTypes::QueryComputePaymentConfig

Returns the value of attribute query_compute.



2448
2449
2450
# File 'sig/types.rbs', line 2448

def query_compute
  @query_compute
end