Struct rusoto_sms::ReplicationRun[][src]

pub struct ReplicationRun {
    pub ami_id: Option<String>,
    pub completed_time: Option<f64>,
    pub description: Option<String>,
    pub replication_run_id: Option<String>,
    pub scheduled_start_time: Option<f64>,
    pub state: Option<String>,
    pub status_message: Option<String>,
    pub type_: Option<String>,
}

Object representing a Replication Run

Fields

Trait Implementations

impl Default for ReplicationRun
[src]

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

impl Debug for ReplicationRun
[src]

Formats the value using the given formatter. Read more

impl Clone for ReplicationRun
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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