Struct rusoto_sms::VmServer [] [src]

pub struct VmServer {
    pub vm_manager_name: Option<VmManagerName>,
    pub vm_manager_type: Option<VmManagerType>,
    pub vm_name: Option<VmName>,
    pub vm_path: Option<VmPath>,
    pub vm_server_address: Option<VmServerAddress>,
}

Object representing a VM server

Fields

Trait Implementations

impl Default for VmServer
[src]

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

impl Debug for VmServer
[src]

Formats the value using the given formatter.

impl Clone for VmServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more