Class: Aws::Types::ScalingParameters
- Inherits:
-
Object
- Object
- Aws::Types::ScalingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_instance_type ⇒ "search.m1.small", ...
Returns the value of attribute desired_instance_type.
-
#desired_partition_count ⇒ ::Integer
Returns the value of attribute desired_partition_count.
-
#desired_replication_count ⇒ ::Integer
Returns the value of attribute desired_replication_count.
Instance Attribute Details
#desired_instance_type ⇒ "search.m1.small", ...
Returns the value of attribute desired_instance_type.
476 477 478 |
# File 'sig/types.rbs', line 476 def desired_instance_type @desired_instance_type end |
#desired_partition_count ⇒ ::Integer
Returns the value of attribute desired_partition_count.
478 479 480 |
# File 'sig/types.rbs', line 478 def desired_partition_count @desired_partition_count end |
#desired_replication_count ⇒ ::Integer
Returns the value of attribute desired_replication_count.
477 478 479 |
# File 'sig/types.rbs', line 477 def desired_replication_count @desired_replication_count end |