[][src]Struct rusoto_elasticbeanstalk::ManagedAction

pub struct ManagedAction {
    pub action_description: Option<String>,
    pub action_id: Option<String>,
    pub action_type: Option<String>,
    pub status: Option<String>,
    pub window_start_time: Option<String>,
}

The record of an upcoming or in-progress managed action.

Fields

A description of the managed action.

A unique identifier for the managed action.

The type of managed action.

The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

The start time of the maintenance window in which the managed action will execute.

Trait Implementations

impl Clone for ManagedAction
[src]

Performs copy-assignment from source. Read more

impl Default for ManagedAction
[src]

impl PartialEq<ManagedAction> for ManagedAction
[src]

impl Debug for ManagedAction
[src]

Auto Trait Implementations

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]

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

🔬 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]

🔬 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> Same for T

Should always be Self

impl<T> Erased for T