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.
-
#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.
58701 58702 58703 58704 58705 58706 58707 58708 58709 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58701 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.
58701 58702 58703 58704 58705 58706 58707 58708 58709 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58701 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.
58701 58702 58703 58704 58705 58706 58707 58708 58709 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58701 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.
58701 58702 58703 58704 58705 58706 58707 58708 58709 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58701 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.
58701 58702 58703 58704 58705 58706 58707 58708 58709 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58701 class ReservedInstancesConfiguration < Struct.new( :availability_zone, :instance_count, :instance_type, :platform, :scope) SENSITIVE = [] include Aws::Structure end |