TIAMTagMFADeviceRequest
Class in AWS.IAM
TagMFADevice request class.
Ancestors
Properties
SerialNumber
property SerialNumber: string
Constructors
Create
constructor Create(const ASerialNumber: string; const ATags: TArray<TIAMTagKeyValue>);
Constructor for TIAMTagMFADeviceRequest.
Parameters
| Name | Description |
|---|---|
ASerialNumber | Specify the name of the IAM virtual multi-factor authentication (MFA) device to add tags to. |
ATags | Specify a list of tags (key/value pairs) to add to the IAM virtual multi-factor authentication (MFA) device. |