Struct aws_sdk_iot::types::AuthInfo
source · #[non_exhaustive]pub struct AuthInfo { /* private fields */ }
Expand description
A collection of authorization information.
Implementations§
source§impl AuthInfo
impl AuthInfo
sourcepub fn action_type(&self) -> Option<&ActionType>
pub fn action_type(&self) -> Option<&ActionType>
The type of action for which the principal is being authorized.
Trait Implementations§
source§impl PartialEq<AuthInfo> for AuthInfo
impl PartialEq<AuthInfo> for AuthInfo
impl StructuralPartialEq for AuthInfo
Auto Trait Implementations§
impl RefUnwindSafe for AuthInfo
impl Send for AuthInfo
impl Sync for AuthInfo
impl Unpin for AuthInfo
impl UnwindSafe for AuthInfo
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