Class: Aws::Outposts::Types::AssetLocation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::AssetLocation
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #rack_elevation  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The position of an asset in a rack measured in rack units.
 
Instance Attribute Details
#rack_elevation ⇒ Float
The position of an asset in a rack measured in rack units.
      185 186 187 188 189  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 185 class AssetLocation < Struct.new( :rack_elevation) SENSITIVE = [] include Aws::Structure end  |