#[non_exhaustive]pub struct CreateImpersonationRoleOutput { /* private fields */ }
Implementations§
source§impl CreateImpersonationRoleOutput
impl CreateImpersonationRoleOutput
sourcepub fn impersonation_role_id(&self) -> Option<&str>
pub fn impersonation_role_id(&self) -> Option<&str>
The new impersonation role ID.
source§impl CreateImpersonationRoleOutput
impl CreateImpersonationRoleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImpersonationRoleOutput
.
Trait Implementations§
source§impl Clone for CreateImpersonationRoleOutput
impl Clone for CreateImpersonationRoleOutput
source§fn clone(&self) -> CreateImpersonationRoleOutput
fn clone(&self) -> CreateImpersonationRoleOutput
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 PartialEq<CreateImpersonationRoleOutput> for CreateImpersonationRoleOutput
impl PartialEq<CreateImpersonationRoleOutput> for CreateImpersonationRoleOutput
source§fn eq(&self, other: &CreateImpersonationRoleOutput) -> bool
fn eq(&self, other: &CreateImpersonationRoleOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.