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