Class: Aws::Outposts::Types::AssetInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::AssetInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Information about hardware assets.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the asset.
 - 
  
    
      #asset_location  ⇒ Types::AssetLocation 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The position of an asset in a rack.
 - 
  
    
      #asset_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the asset.
 - 
  
    
      #compute_attributes  ⇒ Types::ComputeAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about compute hardware assets.
 - 
  
    
      #rack_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rack ID of the asset.
 
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset.
      114 115 116 117 118 119 120 121 122  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 114 class AssetInfo < Struct.new( :asset_id, :rack_id, :asset_type, :compute_attributes, :asset_location) SENSITIVE = [] include Aws::Structure end  | 
  
#asset_location ⇒ Types::AssetLocation
The position of an asset in a rack.
      114 115 116 117 118 119 120 121 122  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 114 class AssetInfo < Struct.new( :asset_id, :rack_id, :asset_type, :compute_attributes, :asset_location) SENSITIVE = [] include Aws::Structure end  | 
  
#asset_type ⇒ String
The type of the asset.
      114 115 116 117 118 119 120 121 122  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 114 class AssetInfo < Struct.new( :asset_id, :rack_id, :asset_type, :compute_attributes, :asset_location) SENSITIVE = [] include Aws::Structure end  | 
  
#compute_attributes ⇒ Types::ComputeAttributes
Information about compute hardware assets.
      114 115 116 117 118 119 120 121 122  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 114 class AssetInfo < Struct.new( :asset_id, :rack_id, :asset_type, :compute_attributes, :asset_location) SENSITIVE = [] include Aws::Structure end  |