Class: Aws::EC2::Types::ReservedInstancesConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReservedInstancesConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the configuration settings for the modified Reserved Instances.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone for the modified Reserved Instances.
 - 
  
    
      #instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of modified Reserved Instances.
 - 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The instance type for the modified Reserved Instances.
 - 
  
    
      #platform  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The network platform of the modified Reserved Instances.
 - 
  
    
      #scope  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone for the modified Reserved Instances.
      62293 62294 62295 62296 62297 62298 62299 62300 62301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62293 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_count ⇒ Integer
The number of modified Reserved Instances.
<note markdown=“1”> This is a required field for a request.
</note>
  
      62293 62294 62295 62296 62297 62298 62299 62300 62301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62293 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#instance_type ⇒ String
The instance type for the modified Reserved Instances.
      62293 62294 62295 62296 62297 62298 62299 62300 62301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62293 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#platform ⇒ String
The network platform of the modified Reserved Instances.
      62293 62294 62295 62296 62297 62298 62299 62300 62301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62293 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end  | 
  
#scope ⇒ String
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
      62293 62294 62295 62296 62297 62298 62299 62300 62301  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 62293 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end  |