Struct aws_sdk_cloudfront::model::PublicKeySummary
source · #[non_exhaustive]pub struct PublicKeySummary { /* private fields */ }
Expand description
Contains information about a public key.
Implementations§
source§impl PublicKeySummary
impl PublicKeySummary
sourcepub fn created_time(&self) -> Option<&DateTime>
pub fn created_time(&self) -> Option<&DateTime>
The date and time when the public key was uploaded.
sourcepub fn encoded_key(&self) -> Option<&str>
pub fn encoded_key(&self) -> Option<&str>
The public key.
source§impl PublicKeySummary
impl PublicKeySummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PublicKeySummary
.
Trait Implementations§
source§impl Clone for PublicKeySummary
impl Clone for PublicKeySummary
source§fn clone(&self) -> PublicKeySummary
fn clone(&self) -> PublicKeySummary
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 PublicKeySummary
impl Debug for PublicKeySummary
source§impl PartialEq<PublicKeySummary> for PublicKeySummary
impl PartialEq<PublicKeySummary> for PublicKeySummary
source§fn eq(&self, other: &PublicKeySummary) -> bool
fn eq(&self, other: &PublicKeySummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.