Struct rusoto_redshift::Event [] [src]

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 Default for Event
[src]

[src]

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

impl Debug for Event
[src]

[src]

Formats the value using the given formatter.

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more