Class: Aws::Types::RackSpecificationDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_capacities::Array[Types::EC2Capacity]

Returns the value of attribute ec2_capacities.

Returns:



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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • ("HEIGHT_42U", "HEIGHT_2U", "HEIGHT_1U")


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.

Returns:

  • ("NETWORKING", "COMPUTE")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


807
808
809
# File 'sig/types.rbs', line 807

def rack_width_inches
  @rack_width_inches
end