Struct aws_sdk_elasticloadbalancing::model::AppCookieStickinessPolicy [−][src]
#[non_exhaustive]pub struct AppCookieStickinessPolicy {
pub policy_name: Option<String>,
pub cookie_name: Option<String>,
}
Expand description
Information about a policy for application-controlled session stickiness.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.policy_name: Option<String>
The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
The name of the application cookie used for stickiness.
Implementations
The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
The name of the application cookie used for stickiness.
Creates a new builder-style object to manufacture AppCookieStickinessPolicy
Trait Implementations
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 RefUnwindSafe for AppCookieStickinessPolicy
impl Send for AppCookieStickinessPolicy
impl Sync for AppCookieStickinessPolicy
impl Unpin for AppCookieStickinessPolicy
impl UnwindSafe for AppCookieStickinessPolicy
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more