Class: Aws::Types::ReplicaAutoScalingSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaAutoScalingSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#auto_scaling_specification ⇒ Types::AutoScalingSpecification
Returns the value of attribute auto_scaling_specification.
338 339 340 |
# File 'sig/types.rbs', line 338 def auto_scaling_specification @auto_scaling_specification end |
#region ⇒ ::String
Returns the value of attribute region.
337 338 339 |
# File 'sig/types.rbs', line 337 def region @region end |