Struct aws_sdk_elasticsearch::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.