Struct aws_sdk_cloudfront::model::QueryStringCacheKeys
source · [−]#[non_exhaustive]pub struct QueryStringCacheKeys { /* private fields */ }
Expand description
This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
If you want to include query strings in the cache key, use QueryStringsConfig
in a cache policy. See CachePolicy
.
If you want to send query strings to the origin but not include them in the cache key, use QueryStringsConfig
in an origin request policy. See OriginRequestPolicy
.
A complex type that contains information about the query string parameters that you want CloudFront to use for caching for a cache behavior.
Implementations
sourceimpl QueryStringCacheKeys
impl QueryStringCacheKeys
sourceimpl QueryStringCacheKeys
impl QueryStringCacheKeys
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueryStringCacheKeys
.
Trait Implementations
sourceimpl Clone for QueryStringCacheKeys
impl Clone for QueryStringCacheKeys
sourcefn clone(&self) -> QueryStringCacheKeys
fn clone(&self) -> QueryStringCacheKeys
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for QueryStringCacheKeys
impl Debug for QueryStringCacheKeys
sourceimpl PartialEq<QueryStringCacheKeys> for QueryStringCacheKeys
impl PartialEq<QueryStringCacheKeys> for QueryStringCacheKeys
sourcefn eq(&self, other: &QueryStringCacheKeys) -> bool
fn eq(&self, other: &QueryStringCacheKeys) -> bool
impl StructuralPartialEq for QueryStringCacheKeys
Auto Trait Implementations
impl RefUnwindSafe for QueryStringCacheKeys
impl Send for QueryStringCacheKeys
impl Sync for QueryStringCacheKeys
impl Unpin for QueryStringCacheKeys
impl UnwindSafe for QueryStringCacheKeys
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more