#[non_exhaustive]pub struct ResponseHeadersPolicyRemoveHeadersConfig { /* private fields */ }
Expand description
A list of HTTP header names that CloudFront removes from HTTP responses to requests that match the cache behavior that this response headers policy is attached to.
Implementations§
source§impl ResponseHeadersPolicyRemoveHeadersConfig
impl ResponseHeadersPolicyRemoveHeadersConfig
sourcepub fn builder() -> ResponseHeadersPolicyRemoveHeadersConfigBuilder
pub fn builder() -> ResponseHeadersPolicyRemoveHeadersConfigBuilder
Creates a new builder-style object to manufacture ResponseHeadersPolicyRemoveHeadersConfig
.
Trait Implementations§
source§impl Clone for ResponseHeadersPolicyRemoveHeadersConfig
impl Clone for ResponseHeadersPolicyRemoveHeadersConfig
source§fn clone(&self) -> ResponseHeadersPolicyRemoveHeadersConfig
fn clone(&self) -> ResponseHeadersPolicyRemoveHeadersConfig
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 PartialEq<ResponseHeadersPolicyRemoveHeadersConfig> for ResponseHeadersPolicyRemoveHeadersConfig
impl PartialEq<ResponseHeadersPolicyRemoveHeadersConfig> for ResponseHeadersPolicyRemoveHeadersConfig
source§fn eq(&self, other: &ResponseHeadersPolicyRemoveHeadersConfig) -> bool
fn eq(&self, other: &ResponseHeadersPolicyRemoveHeadersConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.