class
Amazonite::Iam::GetMFADeviceResponse
- Amazonite::Iam::GetMFADeviceResponse
- Reference
- Object
Defined in:
iam/get_mfa_device_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(serial_number : String, user_name : String | Nil = nil, enable_date : Time | Nil = nil, certifications : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#certifications : Hash(String, String) | Nil
The certifications of a specified user's MFA device.
-
#certifications=(certifications : Hash(String, String) | Nil)
The certifications of a specified user's MFA device.
-
#enable_date : Time | Nil
The date that a specified user's MFA device was first enabled.
-
#enable_date=(enable_date : Time | Nil)
The date that a specified user's MFA device was first enabled.
-
#hash(hasher)
See
Object#hash(hasher) -
#serial_number : String
Serial number that uniquely identifies the MFA device.
-
#serial_number=(serial_number : String)
Serial number that uniquely identifies the MFA device.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String | Nil
The friendly name identifying the user.
-
#user_name=(user_name : String | Nil)
The friendly name identifying the user.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
The certifications of a specified user's MFA device. We currently provide FIPS-140-2, FIPS-140-3, and FIDO certification levels obtained from FIDO Alliance Metadata Service (MDS).
The date that a specified user's MFA device was first enabled.
Serial number that uniquely identifies the MFA device. For this API, we only accept FIDO security key ARNs.