[][src]Struct rusoto_redshift::Event

pub struct Event {
    pub date: Option<String>,
    pub event_categories: Option<Vec<String>>,
    pub event_id: Option<String>,
    pub message: Option<String>,
    pub severity: Option<String>,
    pub source_identifier: Option<String>,
    pub source_type: Option<String>,
}

Describes an event.

Fields

The date and time of the event.

A list of the event categories.

Values: Configuration, Management, Monitoring, Security

The identifier of the event.

The text of this event.

The severity of the event.

Values: ERROR, INFO

The identifier for the source of the event.

The source type for this event.

Trait Implementations

impl Clone for Event
[src]

Performs copy-assignment from source. Read more

impl Default for Event
[src]

impl PartialEq<Event> for Event
[src]

impl Debug for Event
[src]

Auto Trait Implementations

impl Send for Event

impl Sync for Event

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T