class
Amazonite::Iam::CreateVirtualMFADeviceResponse
- Amazonite::Iam::CreateVirtualMFADeviceResponse
- Reference
- Object
Overview
Contains the response to a successful CreateVirtualMFADevice request.
Defined in:
iam/create_virtual_mfa_device_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
-
#virtual_mfa_device : VirtualMFADevice
A structure containing details about the new virtual MFA device.
-
#virtual_mfa_device=(virtual_mfa_device : VirtualMFADevice)
A structure containing details about the new virtual MFA device.
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def virtual_mfa_device : VirtualMFADevice
#
A structure containing details about the new virtual MFA device.
def virtual_mfa_device=(virtual_mfa_device : VirtualMFADevice)
#
A structure containing details about the new virtual MFA device.