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