Class: Aws::Types::KxScalingGroupConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::KxScalingGroupConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cpu ⇒ ::Float
Returns the value of attribute cpu.
-
#memory_limit ⇒ ::Integer
Returns the value of attribute memory_limit.
-
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
Instance Attribute Details
#cpu ⇒ ::Float
Returns the value of attribute cpu.
807 808 809 |
# File 'sig/types.rbs', line 807 def cpu @cpu end |
#memory_limit ⇒ ::Integer
Returns the value of attribute memory_limit.
804 805 806 |
# File 'sig/types.rbs', line 804 def memory_limit @memory_limit end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
805 806 807 |
# File 'sig/types.rbs', line 805 def memory_reservation @memory_reservation end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
806 807 808 |
# File 'sig/types.rbs', line 806 def node_count @node_count end |
#scaling_group_name ⇒ ::String
Returns the value of attribute scaling_group_name.
803 804 805 |
# File 'sig/types.rbs', line 803 def scaling_group_name @scaling_group_name end |