Class: Aws::Types::AdminDeleteUserAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminDeleteUserAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_attribute_names ⇒ ::Array[::String]
Returns the value of attribute user_attribute_names.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#user_attribute_names ⇒ ::Array[::String]
Returns the value of attribute user_attribute_names.
115 116 117 |
# File 'sig/types.rbs', line 115 def user_attribute_names @user_attribute_names end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
114 115 116 |
# File 'sig/types.rbs', line 114 def username @username end |