Struct aws_sdk_cloudfront::model::KeyGroup
source · [−]#[non_exhaustive]pub struct KeyGroup { /* private fields */ }
Expand description
A key group.
A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.
Implementations
sourceimpl KeyGroup
impl KeyGroup
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The date and time when the key group was last modified.
sourcepub fn key_group_config(&self) -> Option<&KeyGroupConfig>
pub fn key_group_config(&self) -> Option<&KeyGroupConfig>
The key group configuration.
Trait Implementations
impl StructuralPartialEq for KeyGroup
Auto Trait Implementations
impl RefUnwindSafe for KeyGroup
impl Send for KeyGroup
impl Sync for KeyGroup
impl Unpin for KeyGroup
impl UnwindSafe for KeyGroup
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