class Aws::CognitoIdentityProvider::Types::GetUserResponse
Represents the response from the server from the request to get information about the user.
@!attribute [rw] username
The user name of the user you wish to retrieve from the get user request. @return [String]
@!attribute [rw] user_attributes
An array of name-value pairs representing user attributes. For custom attributes, you must prepend the `custom:` prefix to the attribute name. @return [Array<Types::AttributeType>]
@!attribute [rw] mfa_options
*This response parameter is no longer supported.* It provides information only about SMS MFA configurations. It doesn't provide information about TOTP software token MFA configurations. To look up information about either type of MFA configuration, use UserMFASettingList instead. @return [Array<Types::MFAOptionType>]
@!attribute [rw] preferred_mfa_setting
The user's preferred MFA setting. @return [String]
@!attribute [rw] user_mfa_setting_list
The MFA options that are enabled for the user. The possible values in this list are `SMS_MFA` and `SOFTWARE_TOKEN_MFA`. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/GetUserResponse AWS API Documentation
Constants
- SENSITIVE