Struct rusoto_redshift::EventCategoriesMap[][src]

pub struct EventCategoriesMap {
    pub events: Option<Vec<EventInfoMap>>,
    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. Read more

impl Clone for EventCategoriesMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EventCategoriesMap
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations