Class: Aws::Types::CapacityDescription
- Inherits:
-
Object
- Object
- Aws::Types::CapacityDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::AutoScalingDescription
Returns the value of attribute auto_scaling.
-
#provisioned_capacity ⇒ Types::ProvisionedCapacityDescription
Returns the value of attribute provisioned_capacity.
Instance Attribute Details
#auto_scaling ⇒ Types::AutoScalingDescription
Returns the value of attribute auto_scaling.
65 66 67 |
# File 'sig/types.rbs', line 65 def auto_scaling @auto_scaling end |
#provisioned_capacity ⇒ Types::ProvisionedCapacityDescription
Returns the value of attribute provisioned_capacity.
66 67 68 |
# File 'sig/types.rbs', line 66 def provisioned_capacity @provisioned_capacity end |