Struct rusoto_sms::StartOnDemandReplicationRunRequest [] [src]

pub struct StartOnDemandReplicationRunRequest {
    pub description: Option<Description>,
    pub replication_job_id: ReplicationJobId,
}

Fields

Trait Implementations

impl Default for StartOnDemandReplicationRunRequest
[src]

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

impl Debug for StartOnDemandReplicationRunRequest
[src]

Formats the value using the given formatter.

impl Clone for StartOnDemandReplicationRunRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more