Struct aws_sdk_lexmodelsv2::types::Principal
source · #[non_exhaustive]pub struct Principal { /* private fields */ }Expand description
The IAM principal that you allowing or denying access to an Amazon Lex action. You must provide a service or an arn, but not both in the same statement. For more information, see AWS JSON policy elements: Principal .
Implementations§
Trait Implementations§
source§impl PartialEq<Principal> for Principal
impl PartialEq<Principal> for Principal
impl StructuralPartialEq for Principal
Auto Trait Implementations§
impl RefUnwindSafe for Principal
impl Send for Principal
impl Sync for Principal
impl Unpin for Principal
impl UnwindSafe for Principal
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