Struct rusoto_iam::DeleteVirtualMFADeviceRequest[][src]

pub struct DeleteVirtualMFADeviceRequest {
    pub serial_number: String,
}

Fields

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

This parameter allows (per 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: =,.@:/-

Trait Implementations

impl Default for DeleteVirtualMFADeviceRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteVirtualMFADeviceRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteVirtualMFADeviceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteVirtualMFADeviceRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations