Struct aws_sdk_cloudfront::types::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§
source§impl QueryStringCacheKeys
impl QueryStringCacheKeys
source§impl QueryStringCacheKeys
impl QueryStringCacheKeys
sourcepub fn builder() -> QueryStringCacheKeysBuilder
pub fn builder() -> QueryStringCacheKeysBuilder
Creates a new builder-style object to manufacture QueryStringCacheKeys.
Trait Implementations§
source§impl Clone for QueryStringCacheKeys
impl Clone for QueryStringCacheKeys
source§fn clone(&self) -> QueryStringCacheKeys
fn clone(&self) -> QueryStringCacheKeys
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QueryStringCacheKeys
impl Debug for QueryStringCacheKeys
source§impl PartialEq<QueryStringCacheKeys> for QueryStringCacheKeys
impl PartialEq<QueryStringCacheKeys> for QueryStringCacheKeys
source§fn eq(&self, other: &QueryStringCacheKeys) -> bool
fn eq(&self, other: &QueryStringCacheKeys) -> bool
This method tests for
self and other values to be equal, and is used
by ==.