#[non_exhaustive]pub struct ResponseHeadersPolicyStrictTransportSecurity { /* private fields */ }Expand description
Determines whether CloudFront includes the Strict-Transport-Security HTTP response header and the header’s value.
For more information about the Strict-Transport-Security HTTP response header, see Strict-Transport-Security in the MDN Web Docs.
Implementations
sourceimpl ResponseHeadersPolicyStrictTransportSecurity
impl ResponseHeadersPolicyStrictTransportSecurity
sourcepub fn override(&self) -> Option<bool>
pub fn override(&self) -> Option<bool>
A Boolean that determines whether CloudFront overrides the Strict-Transport-Security HTTP response header received from the origin with the one specified in this response headers policy.
sourcepub fn include_subdomains(&self) -> Option<bool>
pub fn include_subdomains(&self) -> Option<bool>
A Boolean that determines whether CloudFront includes the includeSubDomains directive in the Strict-Transport-Security HTTP response header.
sourcepub fn preload(&self) -> Option<bool>
pub fn preload(&self) -> Option<bool>
A Boolean that determines whether CloudFront includes the preload directive in the Strict-Transport-Security HTTP response header.
sourcepub fn access_control_max_age_sec(&self) -> Option<i32>
pub fn access_control_max_age_sec(&self) -> Option<i32>
A number that CloudFront uses as the value for the max-age directive in the Strict-Transport-Security HTTP response header.
sourceimpl ResponseHeadersPolicyStrictTransportSecurity
impl ResponseHeadersPolicyStrictTransportSecurity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResponseHeadersPolicyStrictTransportSecurity.
Trait Implementations
sourceimpl Clone for ResponseHeadersPolicyStrictTransportSecurity
impl Clone for ResponseHeadersPolicyStrictTransportSecurity
sourcefn clone(&self) -> ResponseHeadersPolicyStrictTransportSecurity
fn clone(&self) -> ResponseHeadersPolicyStrictTransportSecurity
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 more
sourceimpl PartialEq<ResponseHeadersPolicyStrictTransportSecurity> for ResponseHeadersPolicyStrictTransportSecurity
impl PartialEq<ResponseHeadersPolicyStrictTransportSecurity> for ResponseHeadersPolicyStrictTransportSecurity
sourcefn eq(&self, other: &ResponseHeadersPolicyStrictTransportSecurity) -> bool
fn eq(&self, other: &ResponseHeadersPolicyStrictTransportSecurity) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl StructuralPartialEq for ResponseHeadersPolicyStrictTransportSecurity
Auto Trait Implementations
impl RefUnwindSafe for ResponseHeadersPolicyStrictTransportSecurity
impl Send for ResponseHeadersPolicyStrictTransportSecurity
impl Sync for ResponseHeadersPolicyStrictTransportSecurity
impl Unpin for ResponseHeadersPolicyStrictTransportSecurity
impl UnwindSafe for ResponseHeadersPolicyStrictTransportSecurity
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more