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