Struct aws_sdk_supportapp::output::GetAccountAliasOutput
source · #[non_exhaustive]pub struct GetAccountAliasOutput { /* private fields */ }
Implementations§
source§impl GetAccountAliasOutput
impl GetAccountAliasOutput
sourcepub fn account_alias(&self) -> Option<&str>
pub fn account_alias(&self) -> Option<&str>
An alias or short name for an Amazon Web Services account.
source§impl GetAccountAliasOutput
impl GetAccountAliasOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccountAliasOutput
.
Trait Implementations§
source§impl Clone for GetAccountAliasOutput
impl Clone for GetAccountAliasOutput
source§fn clone(&self) -> GetAccountAliasOutput
fn clone(&self) -> GetAccountAliasOutput
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 GetAccountAliasOutput
impl Debug for GetAccountAliasOutput
source§impl PartialEq<GetAccountAliasOutput> for GetAccountAliasOutput
impl PartialEq<GetAccountAliasOutput> for GetAccountAliasOutput
source§fn eq(&self, other: &GetAccountAliasOutput) -> bool
fn eq(&self, other: &GetAccountAliasOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.