Struct rusoto_emr::InstanceFleetModifyConfig [] [src]

pub struct InstanceFleetModifyConfig {
    pub instance_fleet_id: String,
    pub target_on_demand_capacity: Option<i64>,
    pub target_spot_capacity: Option<i64>,
}

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.

Fields

A unique identifier for the instance fleet.

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

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

Trait Implementations

impl Default for InstanceFleetModifyConfig
[src]

Returns the "default value" for a type. Read more

impl Debug for InstanceFleetModifyConfig
[src]

Formats the value using the given formatter.

impl Clone for InstanceFleetModifyConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more