Struct rusoto_ecs::ServiceEvent [] [src]

pub struct ServiceEvent {
    pub created_at: Option<f64>,
    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]

[src]

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

impl Debug for ServiceEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceEvent
[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 ServiceEvent

impl Sync for ServiceEvent