class Aws::IAM::Types::DeactivateMFADeviceRequest

@note When making an API call, you may pass DeactivateMFADeviceRequest

data as a hash:

    {
      user_name: "existingUserNameType", # required
      serial_number: "serialNumberType", # required
    }

@!attribute [rw] user_name

The name of the user whose MFA device you want to deactivate.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] serial_number

The serial number that uniquely identifies the MFA device. For
virtual MFA devices, the serial number is the device ARN.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: =,.@:/-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeactivateMFADeviceRequest AWS API Documentation

Constants

SENSITIVE