You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::InstanceFleetModifyConfig

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InstanceFleetModifyConfig as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_fleet_id: "InstanceFleetId", # required
  target_on_demand_capacity: 1,
  target_spot_capacity: 1,
}

Configuration parameters for an instance fleet modification request.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#instance_fleet_idString

A unique identifier for the instance fleet.

Returns:

  • (String)

    A unique identifier for the instance fleet.

#target_on_demand_capacityInteger

The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.

Returns:

  • (Integer)

    The target capacity of On-Demand units for the instance fleet.

#target_spot_capacityInteger

The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.

Returns:

  • (Integer)

    The target capacity of Spot units for the instance fleet.