Struct rusoto_elb::BackendServerDescription[][src]

pub struct BackendServerDescription {
    pub instance_port: Option<i64>,
    pub policy_names: Option<Vec<String>>,
}

Information about the configuration of an EC2 instance.

Fields

The port on which the EC2 instance is listening.

The names of the policies enabled for the EC2 instance.

Trait Implementations

impl Default for BackendServerDescription
[src]

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

impl Debug for BackendServerDescription
[src]

Formats the value using the given formatter. Read more

impl Clone for BackendServerDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BackendServerDescription
[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