Amazon.IdentityManagement.Model.ListMFADevicesRequest.ListMFADevicesRequest C# (CSharp) Method

ListMFADevicesRequest() public method

Instantiates ListMFADevicesRequest with the parameterized properties
public ListMFADevicesRequest ( string userName ) : System
userName string The name of the user whose MFA devices you want to list. This parameter allows (per 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: =,.@-
return System
        public ListMFADevicesRequest(string userName)
        {
            _userName = userName;
        }

Same methods

ListMFADevicesRequest::ListMFADevicesRequest ( ) : System