Class: Aws::EC2::Types::InstanceUsage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceUsage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the Capacity Reservation usage.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
 - 
  
    
      #used_instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
 
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account that is making use of the Capacity Reservation.
      45682 45683 45684 45685 45686 45687  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45682 class InstanceUsage < Struct.new( :account_id, :used_instance_count) SENSITIVE = [] include Aws::Structure end  | 
  
#used_instance_count ⇒ Integer
The number of instances the Amazon Web Services account currently has in the Capacity Reservation.
      45682 45683 45684 45685 45686 45687  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 45682 class InstanceUsage < Struct.new( :account_id, :used_instance_count) SENSITIVE = [] include Aws::Structure end  |