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.
| 56391 56392 56393 56394 56395 56396 56397 56398 56399 | # File 'lib/aws-sdk-ec2/types.rb', line 56391 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>
| 56391 56392 56393 56394 56395 56396 56397 56398 56399 | # File 'lib/aws-sdk-ec2/types.rb', line 56391 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.
| 56391 56392 56393 56394 56395 56396 56397 56398 56399 | # File 'lib/aws-sdk-ec2/types.rb', line 56391 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.
| 56391 56392 56393 56394 56395 56396 56397 56398 56399 | # File 'lib/aws-sdk-ec2/types.rb', line 56391 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.
| 56391 56392 56393 56394 56395 56396 56397 56398 56399 | # File 'lib/aws-sdk-ec2/types.rb', line 56391 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end |