Struct rusoto_elb::AppCookieStickinessPolicy [] [src]

pub struct AppCookieStickinessPolicy {
    pub cookie_name: Option<String>,
    pub policy_name: Option<String>,
}

Information about a policy for application-controlled session stickiness.

Fields

The name of the application cookie used for stickiness.

The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.

Trait Implementations

impl Default for AppCookieStickinessPolicy
[src]

[src]

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

impl Debug for AppCookieStickinessPolicy
[src]

[src]

Formats the value using the given formatter.

impl Clone for AppCookieStickinessPolicy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more