pub struct GetCallerIdentityResult {
pub account_id: Output<String>,
pub arn: Output<String>,
pub id: Output<String>,
pub user_id: Output<String>,
}
Fields§
§account_id: Output<String>
AWS Account ID number of the account that owns or contains the calling entity.
arn: Output<String>
ARN associated with the calling entity.
id: Output<String>
Account ID number of the account that owns or contains the calling entity.
user_id: Output<String>
Unique identifier of the calling entity.
Auto Trait Implementations§
impl Freeze for GetCallerIdentityResult
impl RefUnwindSafe for GetCallerIdentityResult
impl Send for GetCallerIdentityResult
impl Sync for GetCallerIdentityResult
impl Unpin for GetCallerIdentityResult
impl UnwindSafe for GetCallerIdentityResult
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