Struct rusoto_dms::ReplicationInstanceTaskLog[][src]

pub struct ReplicationInstanceTaskLog {
    pub replication_instance_task_log_size: Option<i64>,
    pub replication_task_arn: Option<String>,
    pub replication_task_name: Option<String>,
}

Contains metadata for a replication instance task log.

Fields

The size, in bytes, of the replication task log.

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

The name of the replication task.

Trait Implementations

impl Default for ReplicationInstanceTaskLog
[src]

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

impl Debug for ReplicationInstanceTaskLog
[src]

Formats the value using the given formatter. Read more

impl Clone for ReplicationInstanceTaskLog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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