Struct rusoto_sms::GetReplicationRunsResponse [] [src]

pub struct GetReplicationRunsResponse {
    pub next_token: Option<String>,
    pub replication_job: Option<ReplicationJob>,
    pub replication_run_list: Option<Vec<ReplicationRun>>,
}

Fields

Trait Implementations

impl Default for GetReplicationRunsResponse
[src]

[src]

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

impl Debug for GetReplicationRunsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetReplicationRunsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more