Struct rusoto_codedeploy::LifecycleEvent [] [src]

pub struct LifecycleEvent {
    pub diagnostics: Option<Diagnostics>,
    pub end_time: Option<f64>,
    pub lifecycle_event_name: Option<String>,
    pub start_time: Option<f64>,
    pub status: Option<String>,
}

Information about a deployment lifecycle event.

Fields

Diagnostic information about the deployment lifecycle event.

A timestamp indicating when the deployment lifecycle event ended.

The deployment lifecycle event name, such as ApplicationStop, BeforeInstall, AfterInstall, ApplicationStart, or ValidateService.

A timestamp indicating when the deployment lifecycle event started.

The deployment lifecycle event status:

  • Pending: The deployment lifecycle event is pending.

  • InProgress: The deployment lifecycle event is in progress.

  • Succeeded: The deployment lifecycle event ran successfully.

  • Failed: The deployment lifecycle event has failed.

  • Skipped: The deployment lifecycle event has been skipped.

  • Unknown: The deployment lifecycle event is unknown.

Trait Implementations

impl Default for LifecycleEvent
[src]

[src]

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

impl Debug for LifecycleEvent
[src]

[src]

Formats the value using the given formatter.

impl Clone for LifecycleEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more