pub enum StsOperation {
GetCallerIdentity,
AssumeRole,
GetSessionToken,
GetAccessKeyInfo,
AssumeRoleWithSAML,
AssumeRoleWithWebIdentity,
DecodeAuthorizationMessage,
GetFederationToken,
}Expand description
All supported Sts operations.
Variants§
GetCallerIdentity
The GetCallerIdentity operation.
AssumeRole
The AssumeRole operation.
GetSessionToken
The GetSessionToken operation.
GetAccessKeyInfo
The GetAccessKeyInfo operation.
AssumeRoleWithSAML
The AssumeRoleWithSAML operation.
AssumeRoleWithWebIdentity
The AssumeRoleWithWebIdentity operation.
DecodeAuthorizationMessage
The DecodeAuthorizationMessage operation.
GetFederationToken
The GetFederationToken operation.
Implementations§
Trait Implementations§
Source§impl Clone for StsOperation
impl Clone for StsOperation
Source§fn clone(&self) -> StsOperation
fn clone(&self) -> StsOperation
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 StsOperation
impl Debug for StsOperation
Source§impl Display for StsOperation
impl Display for StsOperation
Source§impl Hash for StsOperation
impl Hash for StsOperation
Source§impl PartialEq for StsOperation
impl PartialEq for StsOperation
Source§fn eq(&self, other: &StsOperation) -> bool
fn eq(&self, other: &StsOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StsOperation
impl Eq for StsOperation
impl StructuralPartialEq for StsOperation
Auto Trait Implementations§
impl Freeze for StsOperation
impl RefUnwindSafe for StsOperation
impl Send for StsOperation
impl Sync for StsOperation
impl Unpin for StsOperation
impl UnsafeUnpin for StsOperation
impl UnwindSafe for StsOperation
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