pub struct StsCredentials {
pub access_key_id: String,
pub secret_access_key: String,
pub session_token: String,
}Expand description
Pre-generated STS credentials to be returned in XML responses.
Fields§
§access_key_id: String§secret_access_key: String§session_token: StringImplementations§
Auto Trait Implementations§
impl Freeze for StsCredentials
impl RefUnwindSafe for StsCredentials
impl Send for StsCredentials
impl Sync for StsCredentials
impl Unpin for StsCredentials
impl UnsafeUnpin for StsCredentials
impl UnwindSafe for StsCredentials
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