Class: Aws::Outposts::Types::EC2Capacity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::EC2Capacity
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Information about EC2 capacity.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #family  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The family of the EC2 capacity.
 - 
  
    
      #max_size  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum size of the EC2 capacity.
 - 
  
    
      #quantity  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The quantity of the EC2 capacity.
 
Instance Attribute Details
#family ⇒ String
The family of the EC2 capacity.
      681 682 683 684 685 686 687  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 681 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end  | 
  
#max_size ⇒ String
The maximum size of the EC2 capacity.
      681 682 683 684 685 686 687  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 681 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end  | 
  
#quantity ⇒ String
The quantity of the EC2 capacity.
      681 682 683 684 685 686 687  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 681 class EC2Capacity < Struct.new( :family, :max_size, :quantity) SENSITIVE = [] include Aws::Structure end  |