Class: Aws::Types::DeleteUserAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#user_attribute_names ⇒ ::Array[::String]
Returns the value of attribute user_attribute_names.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
821 822 823 |
# File 'sig/types.rbs', line 821 def access_token @access_token end |
#user_attribute_names ⇒ ::Array[::String]
Returns the value of attribute user_attribute_names.
820 821 822 |
# File 'sig/types.rbs', line 820 def user_attribute_names @user_attribute_names end |