Class: Aws::Outposts::Types::AssetLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Information about the position of the asset in a rack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rack_elevationFloat

The position of an asset in a rack measured in rack units.

Returns:

  • (Float)


132
133
134
135
136
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 132

class AssetLocation < Struct.new(
  :rack_elevation)
  SENSITIVE = []
  include Aws::Structure
end