Struct rusoto_lightsail::PortInfo [] [src]

pub struct PortInfo {
    pub from_port: Option<i64>,
    pub protocol: Option<String>,
    pub to_port: Option<i64>,
}

Describes information about the ports on your virtual private server (or instance).

Fields

The first port in the range.

The protocol.

The last port in the range.

Trait Implementations

impl Default for PortInfo
[src]

[src]

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

impl Debug for PortInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PortInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PortInfo

impl Sync for PortInfo