Struct aws_sdk_iam::input::ResyncMfaDeviceInput
source · [−]#[non_exhaustive]pub struct ResyncMfaDeviceInput { /* private fields */ }Implementations
sourceimpl ResyncMfaDeviceInput
impl ResyncMfaDeviceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResyncMFADevice, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ResyncMFADevice, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ResyncMFADevice>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResyncMfaDeviceInput.
sourceimpl ResyncMfaDeviceInput
impl ResyncMfaDeviceInput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user whose MFA device you want to resynchronize.
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 serial_number(&self) -> Option<&str>
pub fn serial_number(&self) -> Option<&str>
Serial number that uniquely identifies the MFA device.
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 authentication_code1(&self) -> Option<&str>
pub fn authentication_code1(&self) -> Option<&str>
An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
sourcepub fn authentication_code2(&self) -> Option<&str>
pub fn authentication_code2(&self) -> Option<&str>
A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
Trait Implementations
sourceimpl Clone for ResyncMfaDeviceInput
impl Clone for ResyncMfaDeviceInput
sourcefn clone(&self) -> ResyncMfaDeviceInput
fn clone(&self) -> ResyncMfaDeviceInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more