Struct aws_sdk_cloudfront::types::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§
source§impl 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§
source§impl PartialEq<KeyGroup> for KeyGroup
impl PartialEq<KeyGroup> for KeyGroup
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more