Struct aws_sdk_emr::model::InstanceFleetModifyConfig  
source · #[non_exhaustive]pub struct InstanceFleetModifyConfig { /* private fields */ }Expand description
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.
Implementations§
source§impl InstanceFleetModifyConfig
 
impl InstanceFleetModifyConfig
sourcepub fn instance_fleet_id(&self) -> Option<&str>
 
pub fn instance_fleet_id(&self) -> Option<&str>
A unique identifier for the instance fleet.
sourcepub fn target_on_demand_capacity(&self) -> Option<i32>
 
pub fn target_on_demand_capacity(&self) -> Option<i32>
The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.
sourcepub fn target_spot_capacity(&self) -> Option<i32>
 
pub fn target_spot_capacity(&self) -> Option<i32>
The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.
source§impl InstanceFleetModifyConfig
 
impl InstanceFleetModifyConfig
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceFleetModifyConfig.
Trait Implementations§
source§impl Clone for InstanceFleetModifyConfig
 
impl Clone for InstanceFleetModifyConfig
source§fn clone(&self) -> InstanceFleetModifyConfig
 
fn clone(&self) -> InstanceFleetModifyConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for InstanceFleetModifyConfig
 
impl Debug for InstanceFleetModifyConfig
source§impl PartialEq<InstanceFleetModifyConfig> for InstanceFleetModifyConfig
 
impl PartialEq<InstanceFleetModifyConfig> for InstanceFleetModifyConfig
source§fn eq(&self, other: &InstanceFleetModifyConfig) -> bool
 
fn eq(&self, other: &InstanceFleetModifyConfig) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.