You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TargetConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TargetConfigurationRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_count: 1,
  offering_id: "ReservedInstancesOfferingId", # required
}

Details about the target configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

The number of instances the Covertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request

Returns:

  • (Integer)

    The number of instances the Covertible Reserved Instance offering can be applied to.

#offering_idString

The Convertible Reserved Instance offering ID.

Returns:

  • (String)

    The Convertible Reserved Instance offering ID.