pub struct UpdateRoleAliasResponse {
pub role_alias: Option<String>,
pub role_alias_arn: Option<String>,
}Fields§
§role_alias: Option<String>The role alias.
role_alias_arn: Option<String>The role alias ARN.
Trait Implementations§
Source§impl Clone for UpdateRoleAliasResponse
impl Clone for UpdateRoleAliasResponse
Source§fn clone(&self) -> UpdateRoleAliasResponse
fn clone(&self) -> UpdateRoleAliasResponse
Returns a duplicate 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 UpdateRoleAliasResponse
impl Debug for UpdateRoleAliasResponse
Source§impl Default for UpdateRoleAliasResponse
impl Default for UpdateRoleAliasResponse
Source§fn default() -> UpdateRoleAliasResponse
fn default() -> UpdateRoleAliasResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateRoleAliasResponse
impl<'de> Deserialize<'de> for UpdateRoleAliasResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateRoleAliasResponse
impl PartialEq for UpdateRoleAliasResponse
impl StructuralPartialEq for UpdateRoleAliasResponse
Auto Trait Implementations§
impl Freeze for UpdateRoleAliasResponse
impl RefUnwindSafe for UpdateRoleAliasResponse
impl Send for UpdateRoleAliasResponse
impl Sync for UpdateRoleAliasResponse
impl Unpin for UpdateRoleAliasResponse
impl UnwindSafe for UpdateRoleAliasResponse
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