#[non_exhaustive]pub struct GetImpersonationRoleOutput { /* private fields */ }
Implementations§
source§impl GetImpersonationRoleOutput
impl GetImpersonationRoleOutput
sourcepub fn impersonation_role_id(&self) -> Option<&str>
pub fn impersonation_role_id(&self) -> Option<&str>
The impersonation role ID.
sourcepub fn type(&self) -> Option<&ImpersonationRoleType>
pub fn type(&self) -> Option<&ImpersonationRoleType>
The impersonation role type.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The impersonation role description.
sourcepub fn rules(&self) -> Option<&[ImpersonationRule]>
pub fn rules(&self) -> Option<&[ImpersonationRule]>
The list of rules for the given impersonation role.
sourcepub fn date_created(&self) -> Option<&DateTime>
pub fn date_created(&self) -> Option<&DateTime>
The date when the impersonation role was created.
sourcepub fn date_modified(&self) -> Option<&DateTime>
pub fn date_modified(&self) -> Option<&DateTime>
The date when the impersonation role was last modified.
source§impl GetImpersonationRoleOutput
impl GetImpersonationRoleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetImpersonationRoleOutput
.
Trait Implementations§
source§impl Clone for GetImpersonationRoleOutput
impl Clone for GetImpersonationRoleOutput
source§fn clone(&self) -> GetImpersonationRoleOutput
fn clone(&self) -> GetImpersonationRoleOutput
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 GetImpersonationRoleOutput
impl Debug for GetImpersonationRoleOutput
source§impl PartialEq<GetImpersonationRoleOutput> for GetImpersonationRoleOutput
impl PartialEq<GetImpersonationRoleOutput> for GetImpersonationRoleOutput
source§fn eq(&self, other: &GetImpersonationRoleOutput) -> bool
fn eq(&self, other: &GetImpersonationRoleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.