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