Struct rusoto_dms::StartReplicationTaskMessage [] [src]

pub struct StartReplicationTaskMessage {
    pub cdc_start_time: Option<f64>,
    pub replication_task_arn: String,
    pub start_replication_task_type: String,
}

Fields

The start time for the Change Data Capture (CDC) operation.

The Amazon Resource Name (ARN) of the replication task to be started.

The type of replication task.

Trait Implementations

impl Default for StartReplicationTaskMessage
[src]

[src]

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

impl Debug for StartReplicationTaskMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StartReplicationTaskMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations