Struct rusoto_ds::IpRouteInfo[][src]

pub struct IpRouteInfo {
    pub added_date_time: Option<f64>,
    pub cidr_ip: Option<String>,
    pub description: Option<String>,
    pub directory_id: Option<String>,
    pub ip_route_status_msg: Option<String>,
    pub ip_route_status_reason: Option<String>,
}

Information about one or more IP address blocks.

Fields

The date and time the address block was added to the directory.

IP address block in the IpRoute.

Description of the IpRouteInfo.

Identifier (ID) of the directory associated with the IP addresses.

The status of the IP address block.

The reason for the IpRouteStatusMsg.

Trait Implementations

impl Default for IpRouteInfo
[src]

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

impl Debug for IpRouteInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for IpRouteInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for IpRouteInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for IpRouteInfo

impl Sync for IpRouteInfo