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

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

Overview

Details about the target configuration.

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)


63772
63773
63774
63775
63776
63777
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63772

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

#offering_idString

The Convertible Reserved Instance offering ID.

Returns:

  • (String)


63772
63773
63774
63775
63776
63777
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63772

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