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.
810 811 812 |
# File 'sig/types.rbs', line 810 def ec2_capacities @ec2_capacities end |
#rack_depth_inches ⇒ ::Float
Returns the value of attribute rack_depth_inches.
808 809 810 |
# File 'sig/types.rbs', line 808 def rack_depth_inches @rack_depth_inches end |
#rack_height_inches ⇒ ::Float
Returns the value of attribute rack_height_inches.
806 807 808 |
# File 'sig/types.rbs', line 806 def rack_height_inches @rack_height_inches end |
#rack_id ⇒ ::String
Returns the value of attribute rack_id.
802 803 804 |
# File 'sig/types.rbs', line 802 def rack_id @rack_id end |
#rack_power_draw_kva ⇒ ::Float
Returns the value of attribute rack_power_draw_kva.
804 805 806 |
# File 'sig/types.rbs', line 804 def rack_power_draw_kva @rack_power_draw_kva end |
#rack_unit_height ⇒ "HEIGHT_42U", ...
Returns the value of attribute rack_unit_height.
809 810 811 |
# File 'sig/types.rbs', line 809 def rack_unit_height @rack_unit_height end |
#rack_use ⇒ "NETWORKING", "COMPUTE"
Returns the value of attribute rack_use.
803 804 805 |
# File 'sig/types.rbs', line 803 def rack_use @rack_use end |
#rack_weight_lbs ⇒ ::Float
Returns the value of attribute rack_weight_lbs.
805 806 807 |
# File 'sig/types.rbs', line 805 def rack_weight_lbs @rack_weight_lbs end |
#rack_width_inches ⇒ ::Float
Returns the value of attribute rack_width_inches.
807 808 809 |
# File 'sig/types.rbs', line 807 def rack_width_inches @rack_width_inches end |