Class: Aws::Types::ReplicaSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_capacity_auto_scaling ⇒ Types::AutoScalingSettings
Returns the value of attribute read_capacity_auto_scaling.
-
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#read_capacity_auto_scaling ⇒ Types::AutoScalingSettings
Returns the value of attribute read_capacity_auto_scaling.
345 346 347 |
# File 'sig/types.rbs', line 345 def read_capacity_auto_scaling @read_capacity_auto_scaling end |
#read_capacity_units ⇒ ::Integer
Returns the value of attribute read_capacity_units.
344 345 346 |
# File 'sig/types.rbs', line 344 def read_capacity_units @read_capacity_units end |
#region ⇒ ::String
Returns the value of attribute region.
343 344 345 |
# File 'sig/types.rbs', line 343 def region @region end |