Struct rusoto_dms::Event[][src]

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

Fields

The date of the event.

The event categories available for the specified source type.

The event message.

The identifier of the event source. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.

Constraints:replication instance, endpoint, migration task

The type of AWS DMS resource that generates events.

Valid values: replication-instance | endpoint | migration-task

Trait Implementations

impl Default for Event
[src]

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

impl Debug for Event
[src]

Formats the value using the given formatter. Read more

impl Clone for Event
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Event
[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

impl Send for Event

impl Sync for Event