#[non_exhaustive]pub struct AssumeImpersonationRoleInput { /* private fields */ }
Implementations§
source§impl AssumeImpersonationRoleInput
impl AssumeImpersonationRoleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssumeImpersonationRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssumeImpersonationRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<AssumeImpersonationRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssumeImpersonationRoleInput
.
source§impl AssumeImpersonationRoleInput
impl AssumeImpersonationRoleInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization under which the impersonation role will be assumed.
sourcepub fn impersonation_role_id(&self) -> Option<&str>
pub fn impersonation_role_id(&self) -> Option<&str>
The impersonation role ID to assume.
Trait Implementations§
source§impl Clone for AssumeImpersonationRoleInput
impl Clone for AssumeImpersonationRoleInput
source§fn clone(&self) -> AssumeImpersonationRoleInput
fn clone(&self) -> AssumeImpersonationRoleInput
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 AssumeImpersonationRoleInput
impl Debug for AssumeImpersonationRoleInput
source§impl PartialEq<AssumeImpersonationRoleInput> for AssumeImpersonationRoleInput
impl PartialEq<AssumeImpersonationRoleInput> for AssumeImpersonationRoleInput
source§fn eq(&self, other: &AssumeImpersonationRoleInput) -> bool
fn eq(&self, other: &AssumeImpersonationRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.