Struct rusoto_elb::Policies[][src]

pub struct Policies {
    pub app_cookie_stickiness_policies: Option<Vec<AppCookieStickinessPolicy>>,
    pub lb_cookie_stickiness_policies: Option<Vec<LBCookieStickinessPolicy>>,
    pub other_policies: Option<Vec<String>>,
}

The policies for a load balancer.

Fields

The stickiness policies created using CreateAppCookieStickinessPolicy.

The stickiness policies created using CreateLBCookieStickinessPolicy.

The policies other than the stickiness policies.

Trait Implementations

impl Default for Policies
[src]

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

impl Debug for Policies
[src]

Formats the value using the given formatter. Read more

impl Clone for Policies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Policies