Class: Aws::Types::Capacity
- Inherits:
-
Object
- Object
- Aws::Types::Capacity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::AutoScaling
Returns the value of attribute auto_scaling.
-
#provisioned_capacity ⇒ Types::ProvisionedCapacity
Returns the value of attribute provisioned_capacity.
Instance Attribute Details
#auto_scaling ⇒ Types::AutoScaling
Returns the value of attribute auto_scaling.
59 60 61 |
# File 'sig/types.rbs', line 59 def auto_scaling @auto_scaling end |
#provisioned_capacity ⇒ Types::ProvisionedCapacity
Returns the value of attribute provisioned_capacity.
60 61 62 |
# File 'sig/types.rbs', line 60 def provisioned_capacity @provisioned_capacity end |