Class: Aws::EC2::Types::TargetConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about the Convertible Reserved Instance offering.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_countInteger

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

Returns:

  • (Integer)


35618
35619
35620
35621
35622
# File 'lib/aws-sdk-ec2/types.rb', line 35618

class TargetConfiguration < Struct.new(
  :instance_count,
  :offering_id)
  include Aws::Structure
end

#offering_idString

The ID of the Convertible Reserved Instance offering.

Returns:

  • (String)


35618
35619
35620
35621
35622
# File 'lib/aws-sdk-ec2/types.rb', line 35618

class TargetConfiguration < Struct.new(
  :instance_count,
  :offering_id)
  include Aws::Structure
end