Class: Aws::Types::AutoScalingGroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AutoScalingGroupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ "Prioritized", "LowestPrice"
Returns the value of attribute allocation_strategy.
-
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
-
#estimated_instance_hour_reduction_percentage ⇒ ::Float
Returns the value of attribute estimated_instance_hour_reduction_percentage.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
-
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
-
#mixed_instance_types ⇒ ::Array[::String]
Returns the value of attribute mixed_instance_types.
-
#type ⇒ "SingleInstanceType", "MixedInstanceTypes"
Returns the value of attribute type.
Instance Attribute Details
#allocation_strategy ⇒ "Prioritized", "LowestPrice"
Returns the value of attribute allocation_strategy.
29 30 31 |
# File 'sig/types.rbs', line 29 def allocation_strategy @allocation_strategy end |
#desired_capacity ⇒ ::Integer
Returns the value of attribute desired_capacity.
25 26 27 |
# File 'sig/types.rbs', line 25 def desired_capacity @desired_capacity end |
#estimated_instance_hour_reduction_percentage ⇒ ::Float
Returns the value of attribute estimated_instance_hour_reduction_percentage.
30 31 32 |
# File 'sig/types.rbs', line 30 def estimated_instance_hour_reduction_percentage @estimated_instance_hour_reduction_percentage end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
28 29 30 |
# File 'sig/types.rbs', line 28 def instance_type @instance_type end |
#max_size ⇒ ::Integer
Returns the value of attribute max_size.
27 28 29 |
# File 'sig/types.rbs', line 27 def max_size @max_size end |
#min_size ⇒ ::Integer
Returns the value of attribute min_size.
26 27 28 |
# File 'sig/types.rbs', line 26 def min_size @min_size end |
#mixed_instance_types ⇒ ::Array[::String]
Returns the value of attribute mixed_instance_types.
32 33 34 |
# File 'sig/types.rbs', line 32 def mixed_instance_types @mixed_instance_types end |
#type ⇒ "SingleInstanceType", "MixedInstanceTypes"
Returns the value of attribute type.
31 32 33 |
# File 'sig/types.rbs', line 31 def type @type end |