Struct aws_sdk_cloudfront::types::KgKeyPairIds
source · #[non_exhaustive]pub struct KgKeyPairIds { /* private fields */ }
Expand description
A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
Implementations§
source§impl KgKeyPairIds
impl KgKeyPairIds
sourcepub fn key_group_id(&self) -> Option<&str>
pub fn key_group_id(&self) -> Option<&str>
The identifier of the key group that contains the public keys.
sourcepub fn key_pair_ids(&self) -> Option<&KeyPairIds>
pub fn key_pair_ids(&self) -> Option<&KeyPairIds>
A list of CloudFront key pair identifiers.
source§impl KgKeyPairIds
impl KgKeyPairIds
sourcepub fn builder() -> KgKeyPairIdsBuilder
pub fn builder() -> KgKeyPairIdsBuilder
Creates a new builder-style object to manufacture KgKeyPairIds
.
Trait Implementations§
source§impl Clone for KgKeyPairIds
impl Clone for KgKeyPairIds
source§fn clone(&self) -> KgKeyPairIds
fn clone(&self) -> KgKeyPairIds
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 KgKeyPairIds
impl Debug for KgKeyPairIds
source§impl PartialEq<KgKeyPairIds> for KgKeyPairIds
impl PartialEq<KgKeyPairIds> for KgKeyPairIds
source§fn eq(&self, other: &KgKeyPairIds) -> bool
fn eq(&self, other: &KgKeyPairIds) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.