Struct aws_sdk_iam::model::mfa_device::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for MfaDevice
Implementations
The user with whom the MFA device is associated.
The user with whom the MFA device is associated.
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the device ARN.
The date when the MFA device was enabled for the user.
The date when the MFA device was enabled for the user.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more