Struct rusoto_iam::CreateVirtualMFADeviceResponse [] [src]

pub struct CreateVirtualMFADeviceResponse {
    pub virtual_mfa_device: VirtualMFADevice,
}

Contains the response to a successful CreateVirtualMFADevice request.

Fields

A structure containing details about the new virtual MFA device.

Trait Implementations

impl Default for CreateVirtualMFADeviceResponse
[src]

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

impl Debug for CreateVirtualMFADeviceResponse
[src]

Formats the value using the given formatter.

impl Clone for CreateVirtualMFADeviceResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more