Class: Aws::EC2::Types::InstanceCount
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::InstanceCount
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a Reserved Instance listing state.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of listed Reserved Instances in the state specified by the ‘state`.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The states of the listed Reserved Instances.
 
Instance Attribute Details
#instance_count ⇒ Integer
The number of listed Reserved Instances in the state specified by the ‘state`.
      43602 43603 43604 43605 43606 43607  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43602 class InstanceCount < Struct.new( :instance_count, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The states of the listed Reserved Instances.
      43602 43603 43604 43605 43606 43607  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 43602 class InstanceCount < Struct.new( :instance_count, :state) SENSITIVE = [] include Aws::Structure end  |