Struct rusoto_rds::Event [] [src]

pub struct Event {
    pub date: Option<String>,
    pub event_categories: Option<Vec<String>>,
    pub message: Option<String>,
    pub source_arn: Option<String>,
    pub source_identifier: Option<String>,
    pub source_type: Option<String>,
}

This data type is used as a response element in the DescribeEvents action.

Fields

Specifies the date and time of the event.

Specifies the category for the event.

Provides the text of this event.

The Amazon Resource Name (ARN) for the event.

Provides the identifier for the source of the event.

Specifies the source type for this event.

Trait Implementations

impl Default for Event
[src]

[src]

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

impl Debug for Event
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event