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.
791 792 793 |
# File 'sig/types.rbs', line 791 def ec2_capacities @ec2_capacities end |
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
790 791 792 |
# File 'sig/types.rbs', line 790 def rack_unit_height @rack_unit_height end |
#server_depth_inches ⇒ ::Float
Returns the value of attribute server_depth_inches.
789 790 791 |
# File 'sig/types.rbs', line 789 def server_depth_inches @server_depth_inches end |
#server_height_inches ⇒ ::Float
Returns the value of attribute server_height_inches.
787 788 789 |
# File 'sig/types.rbs', line 787 def server_height_inches @server_height_inches end |
#server_power_draw_kva ⇒ ::Float
Returns the value of attribute server_power_draw_kva.
785 786 787 |
# File 'sig/types.rbs', line 785 def server_power_draw_kva @server_power_draw_kva end |
#server_weight_lbs ⇒ ::Float
Returns the value of attribute server_weight_lbs.
786 787 788 |
# File 'sig/types.rbs', line 786 def server_weight_lbs @server_weight_lbs end |
#server_width_inches ⇒ ::Float
Returns the value of attribute server_width_inches.
788 789 790 |
# File 'sig/types.rbs', line 788 def server_width_inches @server_width_inches end |