Class: Aws::Outposts::Types::AssetInstanceTypeCapacity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::AssetInstanceTypeCapacity
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
The capacity for each instance type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of each instance type.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of instance.
 
Instance Attribute Details
#count ⇒ Integer
The number of each instance type.
      170 171 172 173 174 175  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 170 class AssetInstanceTypeCapacity < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The type of instance.
      170 171 172 173 174 175  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 170 class AssetInstanceTypeCapacity < Struct.new( :instance_type, :count) SENSITIVE = [] include Aws::Structure end  |