[][src]Struct rusoto_ec2::DescribeFleetsInstances

pub struct DescribeFleetsInstances {
    pub instance_ids: Option<Vec<String>>,
    pub instance_type: Option<String>,
    pub launch_template_and_overrides: Option<LaunchTemplateAndOverridesResponse>,
    pub lifecycle: Option<String>,
    pub platform: Option<String>,
}

Describes the instances that were launched by the fleet.

Fields

instance_ids: Option<Vec<String>>

The IDs of the instances.

instance_type: Option<String>

The instance type.

launch_template_and_overrides: Option<LaunchTemplateAndOverridesResponse>

The launch templates and overrides that were used for launching the instances. Any parameters that you specify in the Overrides override the same parameters in the launch template.

lifecycle: Option<String>

Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.

platform: Option<String>

The value is Windows for Windows instances; otherwise blank.

Trait Implementations

impl PartialEq<DescribeFleetsInstances> for DescribeFleetsInstances[src]

impl Default for DescribeFleetsInstances[src]

impl Clone for DescribeFleetsInstances[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DescribeFleetsInstances[src]

Auto Trait Implementations

impl Send for DescribeFleetsInstances

impl Sync for DescribeFleetsInstances

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self