Class: Aws::EC2::Types::FleetLaunchTemplateOverrides

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

Overview

Describes overrides for a launch template.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone in which to launch the instances.

Returns:

  • (String)


15701
15702
15703
15704
15705
15706
15707
15708
# File 'lib/aws-sdk-ec2/types.rb', line 15701

class FleetLaunchTemplateOverrides < Struct.new(
  :instance_type,
  :max_price,
  :subnet_id,
  :availability_zone,
  :weighted_capacity)
  include Aws::Structure
end

#instance_typeString

The instance type.

Returns:

  • (String)


15701
15702
15703
15704
15705
15706
15707
15708
# File 'lib/aws-sdk-ec2/types.rb', line 15701

class FleetLaunchTemplateOverrides < Struct.new(
  :instance_type,
  :max_price,
  :subnet_id,
  :availability_zone,
  :weighted_capacity)
  include Aws::Structure
end

#max_priceString

The maximum price per unit hour that you are willing to pay for a Spot Instance.

Returns:

  • (String)


15701
15702
15703
15704
15705
15706
15707
15708
# File 'lib/aws-sdk-ec2/types.rb', line 15701

class FleetLaunchTemplateOverrides < Struct.new(
  :instance_type,
  :max_price,
  :subnet_id,
  :availability_zone,
  :weighted_capacity)
  include Aws::Structure
end

#subnet_idString

The ID of the subnet in which to launch the instances.

Returns:

  • (String)


15701
15702
15703
15704
15705
15706
15707
15708
# File 'lib/aws-sdk-ec2/types.rb', line 15701

class FleetLaunchTemplateOverrides < Struct.new(
  :instance_type,
  :max_price,
  :subnet_id,
  :availability_zone,
  :weighted_capacity)
  include Aws::Structure
end

#weighted_capacityFloat

The number of units provided by the specified instance type.

Returns:

  • (Float)


15701
15702
15703
15704
15705
15706
15707
15708
# File 'lib/aws-sdk-ec2/types.rb', line 15701

class FleetLaunchTemplateOverrides < Struct.new(
  :instance_type,
  :max_price,
  :subnet_id,
  :availability_zone,
  :weighted_capacity)
  include Aws::Structure
end