MfaDevice

class MfaDevice

Contains information about an MFA device.

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The user with whom the MFA device is associated.

Functions

Link copied to clipboard
inline fun copy(block: MfaDevice.Builder.() -> Unit = {}): MfaDevice
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String