Struct rusoto_sms::VmServerAddress [] [src]

pub struct VmServerAddress {
    pub vm_id: Option<VmId>,
    pub vm_manager_id: Option<VmManagerId>,
}

Object representing a server's location

Fields

Trait Implementations

impl Default for VmServerAddress
[src]

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

impl Debug for VmServerAddress
[src]

Formats the value using the given formatter.

impl Clone for VmServerAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more