Class: Aws::Types::AdminUpdateUserAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


377
378
379
# File 'sig/types.rbs', line 377

def 
  @client_metadata
end

#user_attributes::Array[Types::AttributeType]

Returns the value of attribute user_attributes.

Returns:



376
377
378
# File 'sig/types.rbs', line 376

def user_attributes
  @user_attributes
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def username
  @username
end