Struct aws_sdk_ec2::model::AddedPrincipal
source · #[non_exhaustive]pub struct AddedPrincipal { /* private fields */ }
Expand description
Describes a principal.
Implementations§
source§impl AddedPrincipal
impl AddedPrincipal
sourcepub fn principal_type(&self) -> Option<&PrincipalType>
pub fn principal_type(&self) -> Option<&PrincipalType>
The type of principal.
sourcepub fn service_permission_id(&self) -> Option<&str>
pub fn service_permission_id(&self) -> Option<&str>
The ID of the service permission.
sourcepub fn service_id(&self) -> Option<&str>
pub fn service_id(&self) -> Option<&str>
The ID of the service.
source§impl AddedPrincipal
impl AddedPrincipal
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddedPrincipal
.
Trait Implementations§
source§impl Clone for AddedPrincipal
impl Clone for AddedPrincipal
source§fn clone(&self) -> AddedPrincipal
fn clone(&self) -> AddedPrincipal
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 AddedPrincipal
impl Debug for AddedPrincipal
source§impl PartialEq<AddedPrincipal> for AddedPrincipal
impl PartialEq<AddedPrincipal> for AddedPrincipal
source§fn eq(&self, other: &AddedPrincipal) -> bool
fn eq(&self, other: &AddedPrincipal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.