[][src]Struct rusoto_emr::OnDemandProvisioningSpecification

pub struct OnDemandProvisioningSpecification {
    pub allocation_strategy: String,
}

The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand instances allocation strategy is available in Amazon EMR version 5.12.1 and later.

Fields

allocation_strategy: String

Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first.

Trait Implementations

impl Clone for OnDemandProvisioningSpecification[src]

impl Debug for OnDemandProvisioningSpecification[src]

impl Default for OnDemandProvisioningSpecification[src]

impl<'de> Deserialize<'de> for OnDemandProvisioningSpecification[src]

impl PartialEq<OnDemandProvisioningSpecification> for OnDemandProvisioningSpecification[src]

impl Serialize for OnDemandProvisioningSpecification[src]

impl StructuralPartialEq for OnDemandProvisioningSpecification[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.