Struct aws_sdk_cloudfront::model::response_headers_policy_access_control_expose_headers::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ResponseHeadersPolicyAccessControlExposeHeaders
Implementations
The number of HTTP headers in the list.
Appends an item to items
.
To override the contents of this collection use set_items
.
The list of HTTP headers. You can specify *
to expose all headers.
The list of HTTP headers. You can specify *
to expose all headers.
Consumes the builder and constructs a ResponseHeadersPolicyAccessControlExposeHeaders
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