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)


63649
63650
63651
63652
63653
63654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63649

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)


63649
63650
63651
63652
63653
63654
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63649

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