Struct rusoto_rds::EventCategoriesMap [] [src]

pub struct EventCategoriesMap {
    pub event_categories: Option<Vec<String>>,
    pub source_type: Option<String>,
}

Contains the results of a successful invocation of the DescribeEventCategories action.

Fields

The event categories for the specified source type

The source type that the returned categories belong to

Trait Implementations

impl Default for EventCategoriesMap
[src]

[src]

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

impl Debug for EventCategoriesMap
[src]

[src]

Formats the value using the given formatter.

impl Clone for EventCategoriesMap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more