Struct aws_sdk_ec2::output::DescribeKeyPairsOutput
source · #[non_exhaustive]pub struct DescribeKeyPairsOutput { /* private fields */ }
Implementations§
source§impl DescribeKeyPairsOutput
impl DescribeKeyPairsOutput
sourcepub fn key_pairs(&self) -> Option<&[KeyPairInfo]>
pub fn key_pairs(&self) -> Option<&[KeyPairInfo]>
Information about the key pairs.
source§impl DescribeKeyPairsOutput
impl DescribeKeyPairsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeKeyPairsOutput
.
Trait Implementations§
source§impl Clone for DescribeKeyPairsOutput
impl Clone for DescribeKeyPairsOutput
source§fn clone(&self) -> DescribeKeyPairsOutput
fn clone(&self) -> DescribeKeyPairsOutput
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 DescribeKeyPairsOutput
impl Debug for DescribeKeyPairsOutput
source§impl PartialEq<DescribeKeyPairsOutput> for DescribeKeyPairsOutput
impl PartialEq<DescribeKeyPairsOutput> for DescribeKeyPairsOutput
source§fn eq(&self, other: &DescribeKeyPairsOutput) -> bool
fn eq(&self, other: &DescribeKeyPairsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.