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:



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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

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


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.

Returns:

  • ("NETWORKING", "COMPUTE")


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


777
778
779
# File 'sig/types.rbs', line 777

def rack_width_inches
  @rack_width_inches
end