Class: Aws::Types::QueryComputeResponse
- Inherits:
-
Object
- Object
- Aws::Types::QueryComputeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_mode ⇒ "ON_DEMAND", "PROVISIONED"
Returns the value of attribute compute_mode.
-
#provisioned_capacity ⇒ Types::ProvisionedCapacityResponse
Returns the value of attribute provisioned_capacity.
Instance Attribute Details
#compute_mode ⇒ "ON_DEMAND", "PROVISIONED"
Returns the value of attribute compute_mode.
252 253 254 |
# File 'sig/types.rbs', line 252 def compute_mode @compute_mode end |
#provisioned_capacity ⇒ Types::ProvisionedCapacityResponse
Returns the value of attribute provisioned_capacity.
253 254 255 |
# File 'sig/types.rbs', line 253 def provisioned_capacity @provisioned_capacity end |