Struct rusoto_elb::BackendServerDescription [] [src]

pub struct BackendServerDescription {
    pub instance_port: Option<InstancePort>,
    pub policy_names: Option<PolicyNames>,
}

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.

impl Clone for BackendServerDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more