#[non_exhaustive]pub struct UpdateRoleAliasOutput { /* private fields */ }
Implementations§
source§impl UpdateRoleAliasOutput
impl UpdateRoleAliasOutput
sourcepub fn role_alias(&self) -> Option<&str>
pub fn role_alias(&self) -> Option<&str>
The role alias.
sourcepub fn role_alias_arn(&self) -> Option<&str>
pub fn role_alias_arn(&self) -> Option<&str>
The role alias ARN.
source§impl UpdateRoleAliasOutput
impl UpdateRoleAliasOutput
sourcepub fn builder() -> UpdateRoleAliasOutputBuilder
pub fn builder() -> UpdateRoleAliasOutputBuilder
Creates a new builder-style object to manufacture UpdateRoleAliasOutput
.
Trait Implementations§
source§impl Clone for UpdateRoleAliasOutput
impl Clone for UpdateRoleAliasOutput
source§fn clone(&self) -> UpdateRoleAliasOutput
fn clone(&self) -> UpdateRoleAliasOutput
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 UpdateRoleAliasOutput
impl Debug for UpdateRoleAliasOutput
source§impl PartialEq<UpdateRoleAliasOutput> for UpdateRoleAliasOutput
impl PartialEq<UpdateRoleAliasOutput> for UpdateRoleAliasOutput
source§fn eq(&self, other: &UpdateRoleAliasOutput) -> bool
fn eq(&self, other: &UpdateRoleAliasOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateRoleAliasOutput
impl RequestId for UpdateRoleAliasOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateRoleAliasOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRoleAliasOutput
impl Send for UpdateRoleAliasOutput
impl Sync for UpdateRoleAliasOutput
impl Unpin for UpdateRoleAliasOutput
impl UnwindSafe for UpdateRoleAliasOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more