Struct rusoto_emr::InstanceFleetProvisioningSpecifications[][src]

pub struct InstanceFleetProvisioningSpecifications {
    pub spot_specification: SpotProvisioningSpecification,
}

The launch specification for Spot instances in the fleet, which determines the defined duration and provisioning timeout behavior.

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

Fields

The launch specification for Spot instances in the fleet, which determines the defined duration and provisioning timeout behavior.

Trait Implementations

impl Default for InstanceFleetProvisioningSpecifications
[src]

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

impl Debug for InstanceFleetProvisioningSpecifications
[src]

Formats the value using the given formatter. Read more

impl Clone for InstanceFleetProvisioningSpecifications
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InstanceFleetProvisioningSpecifications
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations