Struct aws_sdk_cloudfront::model::ActiveTrustedKeyGroups
source · #[non_exhaustive]pub struct ActiveTrustedKeyGroups { /* private fields */ }
Expand description
A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.
Implementations§
source§impl ActiveTrustedKeyGroups
impl ActiveTrustedKeyGroups
sourcepub fn enabled(&self) -> Option<bool>
pub fn enabled(&self) -> Option<bool>
This field is true
if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false
.
sourcepub fn items(&self) -> Option<&[KgKeyPairIds]>
pub fn items(&self) -> Option<&[KgKeyPairIds]>
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
source§impl ActiveTrustedKeyGroups
impl ActiveTrustedKeyGroups
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActiveTrustedKeyGroups
.
Trait Implementations§
source§impl Clone for ActiveTrustedKeyGroups
impl Clone for ActiveTrustedKeyGroups
source§fn clone(&self) -> ActiveTrustedKeyGroups
fn clone(&self) -> ActiveTrustedKeyGroups
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 ActiveTrustedKeyGroups
impl Debug for ActiveTrustedKeyGroups
source§impl PartialEq<ActiveTrustedKeyGroups> for ActiveTrustedKeyGroups
impl PartialEq<ActiveTrustedKeyGroups> for ActiveTrustedKeyGroups
source§fn eq(&self, other: &ActiveTrustedKeyGroups) -> bool
fn eq(&self, other: &ActiveTrustedKeyGroups) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.