[][src]Struct rusoto_ec2::DisableFastSnapshotRestoreSuccessItem

pub struct DisableFastSnapshotRestoreSuccessItem {
    pub availability_zone: Option<String>,
    pub disabled_time: Option<String>,
    pub disabling_time: Option<String>,
    pub enabled_time: Option<String>,
    pub enabling_time: Option<String>,
    pub optimizing_time: Option<String>,
    pub owner_alias: Option<String>,
    pub owner_id: Option<String>,
    pub snapshot_id: Option<String>,
    pub state: Option<String>,
    pub state_transition_reason: Option<String>,
}

Describes fast snapshot restores that were successfully disabled.

Fields

availability_zone: Option<String>

The Availability Zone.

disabled_time: Option<String>

The time at which fast snapshot restores entered the disabled state.

disabling_time: Option<String>

The time at which fast snapshot restores entered the disabling state.

enabled_time: Option<String>

The time at which fast snapshot restores entered the enabled state.

enabling_time: Option<String>

The time at which fast snapshot restores entered the enabling state.

optimizing_time: Option<String>

The time at which fast snapshot restores entered the optimizing state.

owner_alias: Option<String>

The AWS owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

owner_id: Option<String>

The ID of the AWS account that enabled fast snapshot restores on the snapshot.

snapshot_id: Option<String>

The ID of the snapshot.

state: Option<String>

The state of fast snapshot restores for the snapshot.

state_transition_reason: Option<String>

The reason for the state transition. The possible values are as follows:

  • Client.UserInitiated - The state successfully transitioned to enabling or disabling.

  • Client.UserInitiated - Lifecycle state transition - The state successfully transitioned to optimizing, enabled, or disabled.

Trait Implementations

impl Clone for DisableFastSnapshotRestoreSuccessItem[src]

impl Debug for DisableFastSnapshotRestoreSuccessItem[src]

impl Default for DisableFastSnapshotRestoreSuccessItem[src]

impl PartialEq<DisableFastSnapshotRestoreSuccessItem> for DisableFastSnapshotRestoreSuccessItem[src]

impl StructuralPartialEq for DisableFastSnapshotRestoreSuccessItem[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> 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.