#[non_exhaustive]pub struct CreateImpersonationRoleInput { /* private fields */ }
Implementations§
source§impl CreateImpersonationRoleInput
impl CreateImpersonationRoleInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImpersonationRole, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateImpersonationRole, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateImpersonationRole
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateImpersonationRoleInput
.
source§impl CreateImpersonationRoleInput
impl CreateImpersonationRoleInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token for the client request.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization to create the new impersonation role within.
sourcepub fn type(&self) -> Option<&ImpersonationRoleType>
pub fn type(&self) -> Option<&ImpersonationRoleType>
The impersonation role's type. The available impersonation role types are READ_ONLY
or FULL_ACCESS
.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the new impersonation role.
sourcepub fn rules(&self) -> Option<&[ImpersonationRule]>
pub fn rules(&self) -> Option<&[ImpersonationRule]>
The list of rules for the impersonation role.
Trait Implementations§
source§impl Clone for CreateImpersonationRoleInput
impl Clone for CreateImpersonationRoleInput
source§fn clone(&self) -> CreateImpersonationRoleInput
fn clone(&self) -> CreateImpersonationRoleInput
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 CreateImpersonationRoleInput
impl Debug for CreateImpersonationRoleInput
source§impl PartialEq<CreateImpersonationRoleInput> for CreateImpersonationRoleInput
impl PartialEq<CreateImpersonationRoleInput> for CreateImpersonationRoleInput
source§fn eq(&self, other: &CreateImpersonationRoleInput) -> bool
fn eq(&self, other: &CreateImpersonationRoleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.