Struct rusoto_logs::InputLogEvent [] [src]

pub struct InputLogEvent {
    pub message: String,
    pub timestamp: i64,
}

Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.

Fields

The raw event message.

The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC.

Trait Implementations

impl Default for InputLogEvent
[src]

[src]

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

impl Debug for InputLogEvent
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for InputLogEvent