Struct rusoto_sms::GetReplicationJobsResponse [] [src]

pub struct GetReplicationJobsResponse {
    pub next_token: Option<NextToken>,
    pub replication_job_list: Option<ReplicationJobList>,
}

Fields

Trait Implementations

impl Default for GetReplicationJobsResponse
[src]

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

impl Debug for GetReplicationJobsResponse
[src]

Formats the value using the given formatter.

impl Clone for GetReplicationJobsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more