Class: Aws::Types::AdminSetUserSettingsRequest

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:



344
345
346
# File 'sig/types.rbs', line 344

def mfa_options
  @mfa_options
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def username
  @username
end