Class: Aws::Types::AdminUpdateUserAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminUpdateUserAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
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.
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.
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.
375 376 377 |
# File 'sig/types.rbs', line 375 def username @username end |