Struct rusoto_logs::FilteredLogEvent [] [src]

pub struct FilteredLogEvent {
    pub event_id: Option<String>,
    pub ingestion_time: Option<i64>,
    pub log_stream_name: Option<String>,
    pub message: Option<String>,
    pub timestamp: Option<i64>,
}

Represents a matched event.

Fields

The ID of the event.

The time the event was ingested, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

The name of the log stream this event belongs to.

The data contained in the log event.

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

Trait Implementations

impl Default for FilteredLogEvent
[src]

[src]

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

impl Debug for FilteredLogEvent
[src]

[src]

Formats the value using the given formatter.

impl Clone for FilteredLogEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more