Struct aws_sdk_cloudfront::model::ActiveTrustedSigners
source · #[non_exhaustive]pub struct ActiveTrustedSigners { /* private fields */ }
Expand description
A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
Implementations§
source§impl ActiveTrustedSigners
impl ActiveTrustedSigners
source§impl ActiveTrustedSigners
impl ActiveTrustedSigners
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActiveTrustedSigners
.
Trait Implementations§
source§impl Clone for ActiveTrustedSigners
impl Clone for ActiveTrustedSigners
source§fn clone(&self) -> ActiveTrustedSigners
fn clone(&self) -> ActiveTrustedSigners
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 ActiveTrustedSigners
impl Debug for ActiveTrustedSigners
source§impl PartialEq<ActiveTrustedSigners> for ActiveTrustedSigners
impl PartialEq<ActiveTrustedSigners> for ActiveTrustedSigners
source§fn eq(&self, other: &ActiveTrustedSigners) -> bool
fn eq(&self, other: &ActiveTrustedSigners) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.