Struct rusoto_ecs::ServiceEvent [] [src]

pub struct ServiceEvent {
    pub created_at: Option<Timestamp>,
    pub id: Option<String>,
    pub message: Option<String>,
}

Details on an event associated with a service.

Fields

The Unix timestamp for when the event was triggered.

The ID string of the event.

The event message.

Trait Implementations

impl Default for ServiceEvent
[src]

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

impl Debug for ServiceEvent
[src]

Formats the value using the given formatter.

impl Clone for ServiceEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more