Struct rusoto_dms::ReloadTablesMessage[][src]

pub struct ReloadTablesMessage {
    pub replication_task_arn: String,
    pub tables_to_reload: Vec<TableToReload>,
}

Fields

The Amazon Resource Name (ARN) of the replication instance.

The name and schema of the table to be reloaded.

Trait Implementations

impl Default for ReloadTablesMessage
[src]

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

impl Debug for ReloadTablesMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ReloadTablesMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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