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
sourceimpl 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.
sourceimpl ActiveTrustedKeyGroups
impl ActiveTrustedKeyGroups
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActiveTrustedKeyGroups
.
Trait Implementations
sourceimpl Clone for ActiveTrustedKeyGroups
impl Clone for ActiveTrustedKeyGroups
sourcefn clone(&self) -> ActiveTrustedKeyGroups
fn clone(&self) -> ActiveTrustedKeyGroups
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ActiveTrustedKeyGroups
impl Debug for ActiveTrustedKeyGroups
sourceimpl PartialEq<ActiveTrustedKeyGroups> for ActiveTrustedKeyGroups
impl PartialEq<ActiveTrustedKeyGroups> for ActiveTrustedKeyGroups
sourcefn eq(&self, other: &ActiveTrustedKeyGroups) -> bool
fn eq(&self, other: &ActiveTrustedKeyGroups) -> bool
impl StructuralPartialEq for ActiveTrustedKeyGroups
Auto Trait Implementations
impl RefUnwindSafe for ActiveTrustedKeyGroups
impl Send for ActiveTrustedKeyGroups
impl Sync for ActiveTrustedKeyGroups
impl Unpin for ActiveTrustedKeyGroups
impl UnwindSafe for ActiveTrustedKeyGroups
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more