Class: Aws::Types::RackSpecificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::RackSpecificationDetails
- 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_depth_inches ⇒ ::Float
Returns the value of attribute rack_depth_inches.
-
#rack_height_inches ⇒ ::Float
Returns the value of attribute rack_height_inches.
-
#rack_id ⇒ ::String
Returns the value of attribute rack_id.
-
#rack_power_draw_kva ⇒ ::Float
Returns the value of attribute rack_power_draw_kva.
-
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
-
#rack_use ⇒ "NETWORKING", "COMPUTE"
Returns the value of attribute rack_use.
-
#rack_weight_lbs ⇒ ::Float
Returns the value of attribute rack_weight_lbs.
-
#rack_width_inches ⇒ ::Float
Returns the value of attribute rack_width_inches.
Instance Attribute Details
#ec2_capacities ⇒ ::Array[Types::EC2Capacity]
Returns the value of attribute ec2_capacities.
780 781 782 |
# File 'sig/types.rbs', line 780 def ec2_capacities @ec2_capacities end |
#rack_depth_inches ⇒ ::Float
Returns the value of attribute rack_depth_inches.
778 779 780 |
# File 'sig/types.rbs', line 778 def rack_depth_inches @rack_depth_inches end |
#rack_height_inches ⇒ ::Float
Returns the value of attribute rack_height_inches.
776 777 778 |
# File 'sig/types.rbs', line 776 def rack_height_inches @rack_height_inches end |
#rack_id ⇒ ::String
Returns the value of attribute rack_id.
772 773 774 |
# File 'sig/types.rbs', line 772 def rack_id @rack_id end |
#rack_power_draw_kva ⇒ ::Float
Returns the value of attribute rack_power_draw_kva.
774 775 776 |
# File 'sig/types.rbs', line 774 def rack_power_draw_kva @rack_power_draw_kva end |
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
779 780 781 |
# File 'sig/types.rbs', line 779 def rack_unit_height @rack_unit_height end |
#rack_use ⇒ "NETWORKING", "COMPUTE"
Returns the value of attribute rack_use.
773 774 775 |
# File 'sig/types.rbs', line 773 def rack_use @rack_use end |
#rack_weight_lbs ⇒ ::Float
Returns the value of attribute rack_weight_lbs.
775 776 777 |
# File 'sig/types.rbs', line 775 def rack_weight_lbs @rack_weight_lbs end |
#rack_width_inches ⇒ ::Float
Returns the value of attribute rack_width_inches.
777 778 779 |
# File 'sig/types.rbs', line 777 def rack_width_inches @rack_width_inches end |