Struct rusoto_logs::RejectedLogEventsInfo [] [src]

pub struct RejectedLogEventsInfo {
    pub expired_log_event_end_index: Option<i64>,
    pub too_new_log_event_start_index: Option<i64>,
    pub too_old_log_event_end_index: Option<i64>,
}

Represents the rejected events.

Fields

The expired log events.

The log events that are too new.

The log events that are too old.

Trait Implementations

impl Default for RejectedLogEventsInfo
[src]

[src]

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

impl Debug for RejectedLogEventsInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RejectedLogEventsInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations