class
Amazonite::Iam::ResyncMFADeviceRequest
- Amazonite::Iam::ResyncMFADeviceRequest
- Reference
- Object
Defined in:
iam/resync_mfa_device_request.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String, serial_number : String, authentication_code_1 : String, authentication_code_2 : String)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#authentication_code_1 : String
An authentication code emitted by the device.
-
#authentication_code_1=(authentication_code_1 : String)
An authentication code emitted by the device.
-
#authentication_code_2 : String
A subsequent authentication code emitted by the device.
-
#authentication_code_2=(authentication_code_2 : String)
A subsequent authentication code emitted by the device.
-
#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
The name of the user whose MFA device you want to resynchronize.
-
#user_name=(user_name : String)
The name of the user whose MFA device you want to resynchronize.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
An authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
A subsequent authentication code emitted by the device.
The format for this parameter is a sequence of six digits.
Serial number that uniquely identifies the MFA device.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
Serial number that uniquely identifies the MFA device.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the user whose MFA device you want to resynchronize.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name of the user whose MFA device you want to resynchronize.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-