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§
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.