Class: Aws::Types::QueryComputeResponse

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:



252
253
254
# File 'sig/types.rbs', line 252

def compute_mode
  @compute_mode
end

#provisioned_capacityTypes::ProvisionedCapacityResponse

Returns the value of attribute provisioned_capacity.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def provisioned_capacity
  @provisioned_capacity
end