Struct rusoto_iam::MFADevice [] [src]

pub struct MFADevice {
    pub enable_date: String,
    pub serial_number: String,
    pub user_name: String,
}

Contains information about an MFA device.

This data type is used as a response element in the ListMFADevices action.

Fields

The date when the MFA device was enabled for the user.

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

The user with whom the MFA device is associated.

Trait Implementations

impl Default for MFADevice
[src]

[src]

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

impl Debug for MFADevice
[src]

[src]

Formats the value using the given formatter.

impl Clone for MFADevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more