Struct aws_sdk_cloudfront::model::response_headers_policy_frame_options::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ResponseHeadersPolicyFrameOptions
Implementations
A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP
response header received from the origin with the one specified in this response headers
policy.
A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP
response header received from the origin with the one specified in this response headers
policy.
The value of the X-Frame-Options HTTP response header. Valid values are
DENY and SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
The value of the X-Frame-Options HTTP response header. Valid values are
DENY and SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
Consumes the builder and constructs a ResponseHeadersPolicyFrameOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
