Struct aws_sdk_iot::model::HttpAuthorization
source · #[non_exhaustive]pub struct HttpAuthorization { /* private fields */ }
Expand description
The authorization method used to send messages.
Implementations§
source§impl HttpAuthorization
impl HttpAuthorization
sourcepub fn sigv4(&self) -> Option<&SigV4Authorization>
pub fn sigv4(&self) -> Option<&SigV4Authorization>
Use Sig V4 authorization. For more information, see Signature Version 4 Signing Process.
source§impl HttpAuthorization
impl HttpAuthorization
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture HttpAuthorization
.
Trait Implementations§
source§impl Clone for HttpAuthorization
impl Clone for HttpAuthorization
source§fn clone(&self) -> HttpAuthorization
fn clone(&self) -> HttpAuthorization
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more