Struct rusoto_sms::Connector [] [src]

pub struct Connector {
    pub associated_on: Option<Timestamp>,
    pub capability_list: Option<ConnectorCapabilityList>,
    pub connector_id: Option<ConnectorId>,
    pub ip_address: Option<IpAddress>,
    pub mac_address: Option<MacAddress>,
    pub status: Option<ConnectorStatus>,
    pub version: Option<ConnectorVersion>,
    pub vm_manager_id: Option<VmManagerId>,
    pub vm_manager_name: Option<VmManagerName>,
    pub vm_manager_type: Option<VmManagerType>,
}

Object representing a Connector

Fields

Trait Implementations

impl Default for Connector
[src]

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

impl Debug for Connector
[src]

Formats the value using the given formatter.

impl Clone for Connector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more