Struct aws_sdk_cloudfront::model::KeyGroupConfig
source · #[non_exhaustive]pub struct KeyGroupConfig { /* private fields */ }
Expand description
A key group configuration.
A key group contains a list of public keys that you can use with CloudFront signed URLs and signed cookies.
Implementations§
source§impl KeyGroupConfig
impl KeyGroupConfig
source§impl KeyGroupConfig
impl KeyGroupConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture KeyGroupConfig
.
Trait Implementations§
source§impl Clone for KeyGroupConfig
impl Clone for KeyGroupConfig
source§fn clone(&self) -> KeyGroupConfig
fn clone(&self) -> KeyGroupConfig
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 KeyGroupConfig
impl Debug for KeyGroupConfig
source§impl PartialEq<KeyGroupConfig> for KeyGroupConfig
impl PartialEq<KeyGroupConfig> for KeyGroupConfig
source§fn eq(&self, other: &KeyGroupConfig) -> bool
fn eq(&self, other: &KeyGroupConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.