Struct aws_sdk_iot::input::UpdateRoleAliasInput
source · #[non_exhaustive]pub struct UpdateRoleAliasInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRoleAliasInput
.
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.
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 ==
.