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

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

Overview

Information about the Convertible Reserved Instance offering.

Constant Summary collapse

SENSITIVE =
[]

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)


63841
63842
63843
63844
63845
63846
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63841

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

#offering_idString

The ID of the Convertible Reserved Instance offering.

Returns:

  • (String)


63841
63842
63843
63844
63845
63846
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63841

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