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.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def access_token @access_token end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def end |
#user_attributes ⇒ ::Array[Types::AttributeType]
Returns the value of attribute user_attributes.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def user_attributes @user_attributes end |