pub struct GetCallerIdentityResponse {
pub account: Option<String>,
pub arn: Option<String>,
pub user_id: Option<String>,
}Expand description
STS GetCallerIdentityResponse.
Fields§
§account: Option<String>§arn: Option<String>§user_id: Option<String>Trait Implementations§
Source§impl Clone for GetCallerIdentityResponse
impl Clone for GetCallerIdentityResponse
Source§fn clone(&self) -> GetCallerIdentityResponse
fn clone(&self) -> GetCallerIdentityResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetCallerIdentityResponse
impl Debug for GetCallerIdentityResponse
Source§impl Default for GetCallerIdentityResponse
impl Default for GetCallerIdentityResponse
Source§fn default() -> GetCallerIdentityResponse
fn default() -> GetCallerIdentityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetCallerIdentityResponse
impl<'de> Deserialize<'de> for GetCallerIdentityResponse
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
Auto Trait Implementations§
impl Freeze for GetCallerIdentityResponse
impl RefUnwindSafe for GetCallerIdentityResponse
impl Send for GetCallerIdentityResponse
impl Sync for GetCallerIdentityResponse
impl Unpin for GetCallerIdentityResponse
impl UnsafeUnpin for GetCallerIdentityResponse
impl UnwindSafe for GetCallerIdentityResponse
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