Class: Aws::Types::QueryComputeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_mode"ON_DEMAND", "PROVISIONED"

Returns the value of attribute compute_mode.

Returns:

  • ("ON_DEMAND", "PROVISIONED")


246
247
248
# File 'sig/types.rbs', line 246

def compute_mode
  @compute_mode
end

#provisioned_capacityTypes::ProvisionedCapacityRequest

Returns the value of attribute provisioned_capacity.



247
248
249
# File 'sig/types.rbs', line 247

def provisioned_capacity
  @provisioned_capacity
end