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