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:



791
792
793
# File 'sig/types.rbs', line 791

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")


790
791
792
# File 'sig/types.rbs', line 790

def rack_unit_height
  @rack_unit_height
end

#server_depth_inches::Float

Returns the value of attribute server_depth_inches.

Returns:

  • (::Float)


789
790
791
# File 'sig/types.rbs', line 789

def server_depth_inches
  @server_depth_inches
end

#server_height_inches::Float

Returns the value of attribute server_height_inches.

Returns:

  • (::Float)


787
788
789
# File 'sig/types.rbs', line 787

def server_height_inches
  @server_height_inches
end

#server_power_draw_kva::Float

Returns the value of attribute server_power_draw_kva.

Returns:

  • (::Float)


785
786
787
# File 'sig/types.rbs', line 785

def server_power_draw_kva
  @server_power_draw_kva
end

#server_weight_lbs::Float

Returns the value of attribute server_weight_lbs.

Returns:

  • (::Float)


786
787
788
# File 'sig/types.rbs', line 786

def server_weight_lbs
  @server_weight_lbs
end

#server_width_inches::Float

Returns the value of attribute server_width_inches.

Returns:

  • (::Float)


788
789
790
# File 'sig/types.rbs', line 788

def server_width_inches
  @server_width_inches
end