Class: Aws::EC2::Types::ReservedInstancesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReservedInstancesConfiguration
- Defined in:
- gems/aws-sdk-ec2/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, which is either EC2-Classic or EC2-VPC.
-
#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.
52499 52500 52501 52502 52503 52504 52505 52506 52507 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52499 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.
52499 52500 52501 52502 52503 52504 52505 52506 52507 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52499 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.
52499 52500 52501 52502 52503 52504 52505 52506 52507 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52499 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, which is either EC2-Classic or EC2-VPC.
52499 52500 52501 52502 52503 52504 52505 52506 52507 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52499 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.
52499 52500 52501 52502 52503 52504 52505 52506 52507 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 52499 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end |