Struct rusoto_elb::CreateAppCookieStickinessPolicyInput [] [src]

pub struct CreateAppCookieStickinessPolicyInput {
    pub cookie_name: String,
    pub load_balancer_name: String,
    pub policy_name: String,
}

Contains the parameters for CreateAppCookieStickinessPolicy.

Fields

The name of the application cookie used for stickiness.

The name of the load balancer.

The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

Trait Implementations

impl Default for CreateAppCookieStickinessPolicyInput
[src]

[src]

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

impl Debug for CreateAppCookieStickinessPolicyInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateAppCookieStickinessPolicyInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations