PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CognitoIdp::GetUserResponse; use Moose; has MFAOptions => (is => 'ro', isa => 'ArrayRef[Paws::CognitoIdp::MFAOptionType]'); has PreferredMfaSetting => (is => 'ro', isa => 'Str'); has UserAttributes => (is => 'ro', isa => 'ArrayRef[Paws::CognitoIdp::AttributeType]', required => 1); has UserMFASettingList => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Username => (is => 'ro', isa => 'Str', required => 1); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CognitoIdp::GetUserResponse =head1 ATTRIBUTES =head2 MFAOptions => ArrayRef[L] I 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. =head2 PreferredMfaSetting => Str The user's preferred MFA setting. =head2 B UserAttributes => ArrayRef[L] An array of name-value pairs representing user attributes. For custom attributes, you must prepend the C prefix to the attribute name. =head2 UserMFASettingList => ArrayRef[Str|Undef] The MFA options that are enabled for the user. The possible values in this list are C and C. =head2 B Username => Str The user name of the user you wish to retrieve from the get user request. =head2 _request_id => Str =cut 1;