Class: Aws::EC2::Types::ReservedInstancesConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zoneString

The Availability Zone for the modified Reserved Instances.

Returns:

  • (String)


57141
57142
57143
57144
57145
57146
57147
57148
57149
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57141

class ReservedInstancesConfiguration < Struct.new(
  :availability_zone,
  :instance_count,
  :instance_type,
  :platform,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#instance_countInteger

The number of modified Reserved Instances.

This is a required field for a request.

Returns:

  • (Integer)


57141
57142
57143
57144
57145
57146
57147
57148
57149
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57141

class ReservedInstancesConfiguration < Struct.new(
  :availability_zone,
  :instance_count,
  :instance_type,
  :platform,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type for the modified Reserved Instances.

Returns:

  • (String)


57141
57142
57143
57144
57145
57146
57147
57148
57149
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57141

class ReservedInstancesConfiguration < Struct.new(
  :availability_zone,
  :instance_count,
  :instance_type,
  :platform,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The network platform of the modified Reserved Instances.

Returns:

  • (String)


57141
57142
57143
57144
57145
57146
57147
57148
57149
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57141

class ReservedInstancesConfiguration < Struct.new(
  :availability_zone,
  :instance_count,
  :instance_type,
  :platform,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.

Returns:

  • (String)


57141
57142
57143
57144
57145
57146
57147
57148
57149
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57141

class ReservedInstancesConfiguration < Struct.new(
  :availability_zone,
  :instance_count,
  :instance_type,
  :platform,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end