#[non_exhaustive]pub struct ResponseHeadersPolicySummary { /* private fields */ }
Expand description
Contains a response headers policy.
Implementations
sourceimpl ResponseHeadersPolicySummary
impl ResponseHeadersPolicySummary
sourcepub fn type(&self) -> Option<&ResponseHeadersPolicyType>
pub fn type(&self) -> Option<&ResponseHeadersPolicyType>
The type of response headers policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn response_headers_policy(&self) -> Option<&ResponseHeadersPolicy>
pub fn response_headers_policy(&self) -> Option<&ResponseHeadersPolicy>
The response headers policy.
sourceimpl ResponseHeadersPolicySummary
impl ResponseHeadersPolicySummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResponseHeadersPolicySummary
.
Trait Implementations
sourceimpl Clone for ResponseHeadersPolicySummary
impl Clone for ResponseHeadersPolicySummary
sourcefn clone(&self) -> ResponseHeadersPolicySummary
fn clone(&self) -> ResponseHeadersPolicySummary
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 ResponseHeadersPolicySummary
impl Debug for ResponseHeadersPolicySummary
sourceimpl PartialEq<ResponseHeadersPolicySummary> for ResponseHeadersPolicySummary
impl PartialEq<ResponseHeadersPolicySummary> for ResponseHeadersPolicySummary
sourcefn eq(&self, other: &ResponseHeadersPolicySummary) -> bool
fn eq(&self, other: &ResponseHeadersPolicySummary) -> bool
impl StructuralPartialEq for ResponseHeadersPolicySummary
Auto Trait Implementations
impl RefUnwindSafe for ResponseHeadersPolicySummary
impl Send for ResponseHeadersPolicySummary
impl Sync for ResponseHeadersPolicySummary
impl Unpin for ResponseHeadersPolicySummary
impl UnwindSafe for ResponseHeadersPolicySummary
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