Class: Aws::Types::ServerSpecificationDetails

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:



821
822
823
# File 'sig/types.rbs', line 821

def ec2_capacities
  @ec2_capacities
end

#rack_unit_height"HEIGHT_42U", ...

Returns the value of attribute rack_unit_height.

Returns:

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


820
821
822
# File 'sig/types.rbs', line 820

def rack_unit_height
  @rack_unit_height
end

#server_depth_inches::Float

Returns the value of attribute server_depth_inches.

Returns:

  • (::Float)


819
820
821
# File 'sig/types.rbs', line 819

def server_depth_inches
  @server_depth_inches
end

#server_height_inches::Float

Returns the value of attribute server_height_inches.

Returns:

  • (::Float)


817
818
819
# File 'sig/types.rbs', line 817

def server_height_inches
  @server_height_inches
end

#server_power_draw_kva::Float

Returns the value of attribute server_power_draw_kva.

Returns:

  • (::Float)


815
816
817
# File 'sig/types.rbs', line 815

def server_power_draw_kva
  @server_power_draw_kva
end

#server_weight_lbs::Float

Returns the value of attribute server_weight_lbs.

Returns:

  • (::Float)


816
817
818
# File 'sig/types.rbs', line 816

def server_weight_lbs
  @server_weight_lbs
end

#server_width_inches::Float

Returns the value of attribute server_width_inches.

Returns:

  • (::Float)


818
819
820
# File 'sig/types.rbs', line 818

def server_width_inches
  @server_width_inches
end