Class: Aws::Types::AdminGetUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


199
200
201
# File 'sig/types.rbs', line 199

def enabled
  @enabled
end

#mfa_options::Array[Types::MFAOptionType]

Returns the value of attribute mfa_options.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def mfa_options
  @mfa_options
end

#preferred_mfa_setting::String

Returns the value of attribute preferred_mfa_setting.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def preferred_mfa_setting
  @preferred_mfa_setting
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



196
197
198
# File 'sig/types.rbs', line 196

def user_attributes
  @user_attributes
end

#user_create_date::Time

Returns the value of attribute user_create_date.

Returns:

  • (::Time)


197
198
199
# File 'sig/types.rbs', line 197

def user_create_date
  @user_create_date
end

#user_last_modified_date::Time

Returns the value of attribute user_last_modified_date.

Returns:

  • (::Time)


198
199
200
# File 'sig/types.rbs', line 198

def user_last_modified_date
  @user_last_modified_date
end

#user_mfa_setting_list::Array[::String]

Returns the value of attribute user_mfa_setting_list.

Returns:

  • (::Array[::String])


203
204
205
# File 'sig/types.rbs', line 203

def user_mfa_setting_list
  @user_mfa_setting_list
end

#user_status"UNCONFIRMED", ...

Returns the value of attribute user_status.

Returns:

  • ("UNCONFIRMED", "CONFIRMED", "ARCHIVED", "COMPROMISED", "UNKNOWN", "RESET_REQUIRED", "FORCE_CHANGE_PASSWORD", "EXTERNAL_PROVIDER")


200
201
202
# File 'sig/types.rbs', line 200

def user_status
  @user_status
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def username
  @username
end