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.



2477
2478
2479
# File 'sig/types.rbs', line 2477

def job_compute
  @job_compute
end

#machine_learningTypes::MLPaymentConfig

Returns the value of attribute machine_learning.



2476
2477
2478
# File 'sig/types.rbs', line 2476

def machine_learning
  @machine_learning
end

#query_computeTypes::QueryComputePaymentConfig

Returns the value of attribute query_compute.



2475
2476
2477
# File 'sig/types.rbs', line 2475

def query_compute
  @query_compute
end