Class: Aws::Types::ServerSpecificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ServerSpecificationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ec2_capacities ⇒ ::Array[Types::EC2Capacity]
Returns the value of attribute ec2_capacities.
-
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
-
#server_depth_inches ⇒ ::Float
Returns the value of attribute server_depth_inches.
-
#server_height_inches ⇒ ::Float
Returns the value of attribute server_height_inches.
-
#server_power_draw_kva ⇒ ::Float
Returns the value of attribute server_power_draw_kva.
-
#server_weight_lbs ⇒ ::Float
Returns the value of attribute server_weight_lbs.
-
#server_width_inches ⇒ ::Float
Returns the value of attribute server_width_inches.
Instance Attribute Details
#ec2_capacities ⇒ ::Array[Types::EC2Capacity]
Returns the value of attribute ec2_capacities.
821 822 823 |
# File 'sig/types.rbs', line 821 def ec2_capacities @ec2_capacities end |
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
820 821 822 |
# File 'sig/types.rbs', line 820 def rack_unit_height @rack_unit_height end |
#server_depth_inches ⇒ ::Float
Returns the value of attribute server_depth_inches.
819 820 821 |
# File 'sig/types.rbs', line 819 def server_depth_inches @server_depth_inches end |
#server_height_inches ⇒ ::Float
Returns the value of attribute server_height_inches.
817 818 819 |
# File 'sig/types.rbs', line 817 def server_height_inches @server_height_inches end |
#server_power_draw_kva ⇒ ::Float
Returns the value of attribute server_power_draw_kva.
815 816 817 |
# File 'sig/types.rbs', line 815 def server_power_draw_kva @server_power_draw_kva end |
#server_weight_lbs ⇒ ::Float
Returns the value of attribute server_weight_lbs.
816 817 818 |
# File 'sig/types.rbs', line 816 def server_weight_lbs @server_weight_lbs end |
#server_width_inches ⇒ ::Float
Returns the value of attribute server_width_inches.
818 819 820 |
# File 'sig/types.rbs', line 818 def server_width_inches @server_width_inches end |