GetVirtualMfaDeviceResult

data class GetVirtualMfaDeviceResult(val serialNumber: String? = null, val tags: List<Tag>? = null, val users: List<String>? = null)

Constructors

Link copied to clipboard
constructor(serialNumber: String? = null, tags: List<Tag>? = null, users: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val serialNumber: String? = null

Returns the serial number for the specified AWS::IAM::VirtualMFADevice resource.

Link copied to clipboard
val tags: List<Tag>? = null

A list of tags that you want to attach to the new IAM virtual MFA device. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide .

Link copied to clipboard
val users: List<String>? = null

The IAM user associated with this virtual MFA device.