Struct rusoto_rds::EventCategoriesMessage [] [src]

pub struct EventCategoriesMessage {
    pub event_categories_map_list: Option<EventCategoriesMapList>,
}

Data returned from the DescribeEventCategories action.

Fields

A list of EventCategoriesMap data types.

Trait Implementations

impl Default for EventCategoriesMessage
[src]

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

impl Debug for EventCategoriesMessage
[src]

Formats the value using the given formatter.

impl Clone for EventCategoriesMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more