Class: Aws::Types::CapacityUpdate
- Inherits:
-
Object
- Object
- Aws::Types::CapacityUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::AutoScalingUpdate
Returns the value of attribute auto_scaling.
-
#provisioned_capacity ⇒ Types::ProvisionedCapacityUpdate
Returns the value of attribute provisioned_capacity.
Instance Attribute Details
#auto_scaling ⇒ Types::AutoScalingUpdate
Returns the value of attribute auto_scaling.
71 72 73 |
# File 'sig/types.rbs', line 71 def auto_scaling @auto_scaling end |
#provisioned_capacity ⇒ Types::ProvisionedCapacityUpdate
Returns the value of attribute provisioned_capacity.
72 73 74 |
# File 'sig/types.rbs', line 72 def provisioned_capacity @provisioned_capacity end |