Class: Aws::Types::UpdateUserAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def access_token @access_token end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def @client_metadata end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def user_attributes @user_attributes end |