#[non_exhaustive]pub struct HttpEndpointRequestConfiguration {
pub content_encoding: Option<ContentEncoding>,
pub common_attributes: Option<Vec<HttpEndpointCommonAttribute>>,
}
Expand description
The configuration of the HTTP endpoint request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.content_encoding: Option<ContentEncoding>
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
common_attributes: Option<Vec<HttpEndpointCommonAttribute>>
Describes the metadata sent to the HTTP endpoint destination.
Implementations
Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
Describes the metadata sent to the HTTP endpoint destination.
Creates a new builder-style object to manufacture HttpEndpointRequestConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for HttpEndpointRequestConfiguration
impl Sync for HttpEndpointRequestConfiguration
impl Unpin for HttpEndpointRequestConfiguration
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