#[non_exhaustive]pub struct UpdateRoleAliasInput { /* private fields */ }Implementations§
source§impl UpdateRoleAliasInput
impl UpdateRoleAliasInput
sourcepub fn role_alias(&self) -> Option<&str>
pub fn role_alias(&self) -> Option<&str>
The role alias to update.
sourcepub fn credential_duration_seconds(&self) -> Option<i32>
pub fn credential_duration_seconds(&self) -> Option<i32>
The number of seconds the credential will be valid.
This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
source§impl UpdateRoleAliasInput
impl UpdateRoleAliasInput
sourcepub fn builder() -> UpdateRoleAliasInputBuilder
pub fn builder() -> UpdateRoleAliasInputBuilder
Creates a new builder-style object to manufacture UpdateRoleAliasInput.
source§impl UpdateRoleAliasInput
impl UpdateRoleAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateRoleAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateRoleAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateRoleAlias>
Trait Implementations§
source§impl Clone for UpdateRoleAliasInput
impl Clone for UpdateRoleAliasInput
source§fn clone(&self) -> UpdateRoleAliasInput
fn clone(&self) -> UpdateRoleAliasInput
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 UpdateRoleAliasInput
impl Debug for UpdateRoleAliasInput
source§impl PartialEq<UpdateRoleAliasInput> for UpdateRoleAliasInput
impl PartialEq<UpdateRoleAliasInput> for UpdateRoleAliasInput
source§fn eq(&self, other: &UpdateRoleAliasInput) -> bool
fn eq(&self, other: &UpdateRoleAliasInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateRoleAliasInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateRoleAliasInput
impl Send for UpdateRoleAliasInput
impl Sync for UpdateRoleAliasInput
impl Unpin for UpdateRoleAliasInput
impl UnwindSafe for UpdateRoleAliasInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more