class
Amazonite::Iam::TagMFADeviceRequest
- Amazonite::Iam::TagMFADeviceRequest
- Reference
- Object
Defined in:
iam/tag_mfa_device_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#serial_number : String
The unique identifier for the IAM virtual MFA device to which you want to add tags.
-
#serial_number=(serial_number : String)
The unique identifier for the IAM virtual MFA device to which you want to add tags.
-
#tags : Array(Tag)
The list of tags that you want to attach to the IAM virtual MFA device.
-
#tags=(tags : Array(Tag))
The list of tags that you want to attach to the IAM virtual MFA device.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The unique identifier for the IAM virtual MFA device to which you want to add tags. For virtual MFA devices, the serial number is the same as the ARN.
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 unique identifier for the IAM virtual MFA device to which you want to add tags. For virtual MFA devices, the serial number is the same as the ARN.
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 list of tags that you want to attach to the IAM virtual MFA device. Each tag consists of a key name and an associated value.
The list of tags that you want to attach to the IAM virtual MFA device. Each tag consists of a key name and an associated value.