Class: Aws::Types::GetUserResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#mfa_options::Array[Types::MFAOptionType]

Returns the value of attribute mfa_options.

Returns:



1291
1292
1293
# File 'sig/types.rbs', line 1291

def mfa_options
  @mfa_options
end

#preferred_mfa_setting::String

Returns the value of attribute preferred_mfa_setting.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def preferred_mfa_setting
  @preferred_mfa_setting
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



1290
1291
1292
# File 'sig/types.rbs', line 1290

def user_attributes
  @user_attributes
end

#user_mfa_setting_list::Array[::String]

Returns the value of attribute user_mfa_setting_list.

Returns:

  • (::Array[::String])


1293
1294
1295
# File 'sig/types.rbs', line 1293

def user_mfa_setting_list
  @user_mfa_setting_list
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def username
  @username
end