Struct rusoto_opsworkscm::ServerEvent [] [src]

pub struct ServerEvent {
    pub created_at: Option<f64>,
    pub log_url: Option<String>,
    pub message: Option<String>,
    pub server_name: Option<String>,
}

An event that is related to the server, such as the start of maintenance or backup.

Fields

The time when the event occurred.

The Amazon S3 URL of the event's log file.

A human-readable informational or status message.

The name of the server on or for which the event occurred.

Trait Implementations

impl Default for ServerEvent
[src]

[src]

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

impl Debug for ServerEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServerEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ServerEvent

impl Sync for ServerEvent