Struct rusoto_redshift::EventCategoriesMap [] [src]

pub struct EventCategoriesMap {
    pub events: Option<EventInfoMapList>,
    pub source_type: Option<String>,
}

Describes event categories.

Fields

The events in the event category.

The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

Trait Implementations

impl Default for EventCategoriesMap
[src]

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

impl Debug for EventCategoriesMap
[src]

Formats the value using the given formatter.

impl Clone for EventCategoriesMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more