Struct rusoto_sms::Server [] [src]

pub struct Server {
    pub replication_job_id: Option<String>,
    pub replication_job_terminated: Option<bool>,
    pub server_id: Option<String>,
    pub server_type: Option<String>,
    pub vm_server: Option<VmServer>,
}

Object representing a server

Fields

Trait Implementations

impl Default for Server
[src]

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

impl Debug for Server
[src]

Formats the value using the given formatter.

impl Clone for Server
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more