Struct aws_sdk_iot::model::SigV4Authorization
source · #[non_exhaustive]pub struct SigV4Authorization { /* private fields */ }
Expand description
For more information, see Signature Version 4 signing process.
Implementations§
source§impl SigV4Authorization
impl SigV4Authorization
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SigV4Authorization
.
Trait Implementations§
source§impl Clone for SigV4Authorization
impl Clone for SigV4Authorization
source§fn clone(&self) -> SigV4Authorization
fn clone(&self) -> SigV4Authorization
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 moresource§impl Debug for SigV4Authorization
impl Debug for SigV4Authorization
source§impl PartialEq<SigV4Authorization> for SigV4Authorization
impl PartialEq<SigV4Authorization> for SigV4Authorization
source§fn eq(&self, other: &SigV4Authorization) -> bool
fn eq(&self, other: &SigV4Authorization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.