Struct aws_sdk_elasticsearch::types::AuthorizedPrincipal
source · #[non_exhaustive]pub struct AuthorizedPrincipal { /* private fields */ }
Expand description
Information about an account or service that has access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
Implementations§
source§impl AuthorizedPrincipal
impl AuthorizedPrincipal
sourcepub fn principal_type(&self) -> Option<&PrincipalType>
pub fn principal_type(&self) -> Option<&PrincipalType>
The type of principal.
source§impl AuthorizedPrincipal
impl AuthorizedPrincipal
sourcepub fn builder() -> AuthorizedPrincipalBuilder
pub fn builder() -> AuthorizedPrincipalBuilder
Creates a new builder-style object to manufacture AuthorizedPrincipal
.
Trait Implementations§
source§impl Clone for AuthorizedPrincipal
impl Clone for AuthorizedPrincipal
source§fn clone(&self) -> AuthorizedPrincipal
fn clone(&self) -> AuthorizedPrincipal
Returns a copy of the value. Read more
1.0.0 · 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 AuthorizedPrincipal
impl Debug for AuthorizedPrincipal
source§impl PartialEq<AuthorizedPrincipal> for AuthorizedPrincipal
impl PartialEq<AuthorizedPrincipal> for AuthorizedPrincipal
source§fn eq(&self, other: &AuthorizedPrincipal) -> bool
fn eq(&self, other: &AuthorizedPrincipal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AuthorizedPrincipal
Auto Trait Implementations§
impl RefUnwindSafe for AuthorizedPrincipal
impl Send for AuthorizedPrincipal
impl Sync for AuthorizedPrincipal
impl Unpin for AuthorizedPrincipal
impl UnwindSafe for AuthorizedPrincipal
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