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:



1323
1324
1325
# File 'sig/types.rbs', line 1323

def mfa_options
  @mfa_options
end

#preferred_mfa_setting::String

Returns the value of attribute preferred_mfa_setting.

Returns:

  • (::String)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def preferred_mfa_setting
  @preferred_mfa_setting
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



1322
1323
1324
# File 'sig/types.rbs', line 1322

def user_attributes
  @user_attributes
end

#user_mfa_setting_list::Array[::String]

Returns the value of attribute user_mfa_setting_list.

Returns:

  • (::Array[::String])


1325
1326
1327
# File 'sig/types.rbs', line 1325

def user_mfa_setting_list
  @user_mfa_setting_list
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1321
1322
1323
# File 'sig/types.rbs', line 1321

def username
  @username
end