Struct rusoto_rds::DescribeEventCategoriesMessage [] [src]

pub struct DescribeEventCategoriesMessage {
    pub filters: Option<FilterList>,
    pub source_type: Option<String>,
}

Fields

This parameter is not currently supported.

The type of source that will be generating the events.

Valid values: db-instance | db-parameter-group | db-security-group | db-snapshot

Trait Implementations

impl Default for DescribeEventCategoriesMessage
[src]

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

impl Debug for DescribeEventCategoriesMessage
[src]

Formats the value using the given formatter.

impl Clone for DescribeEventCategoriesMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more