Struct aws_sdk_cloudfront::output::ListPublicKeysOutput
source · #[non_exhaustive]pub struct ListPublicKeysOutput { /* private fields */ }
Implementations§
source§impl ListPublicKeysOutput
impl ListPublicKeysOutput
sourcepub fn public_key_list(&self) -> Option<&PublicKeyList>
pub fn public_key_list(&self) -> Option<&PublicKeyList>
Returns a list of all public keys that have been added to CloudFront for this account.
source§impl ListPublicKeysOutput
impl ListPublicKeysOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPublicKeysOutput
.
Trait Implementations§
source§impl Clone for ListPublicKeysOutput
impl Clone for ListPublicKeysOutput
source§fn clone(&self) -> ListPublicKeysOutput
fn clone(&self) -> ListPublicKeysOutput
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 more