Struct aws_sdk_iam::input::UpdateAccessKeyInput
source · [−]#[non_exhaustive]pub struct UpdateAccessKeyInput { /* private fields */ }Implementations
sourceimpl UpdateAccessKeyInput
impl UpdateAccessKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccessKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccessKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccessKey>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccessKeyInput.
sourceimpl UpdateAccessKeyInput
impl UpdateAccessKeyInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user whose key you want to update.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
sourcepub fn access_key_id(&self) -> Option<&str>
pub fn access_key_id(&self) -> Option<&str>
The access key ID of the secret access key you want to update.
This parameter allows (through its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
sourcepub fn status(&self) -> Option<&StatusType>
pub fn status(&self) -> Option<&StatusType>
The status you want to assign to the secret access key. Active means that the key can be used for programmatic calls to Amazon Web Services, while Inactive means that the key cannot be used.
Trait Implementations
sourceimpl Clone for UpdateAccessKeyInput
impl Clone for UpdateAccessKeyInput
sourcefn clone(&self) -> UpdateAccessKeyInput
fn clone(&self) -> UpdateAccessKeyInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more