Class: Aws::Types::DeleteUserProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteUserProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
3620 3621 3622 |
# File 'sig/types.rbs', line 3620 def domain_id @domain_id end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
3621 3622 3623 |
# File 'sig/types.rbs', line 3621 def user_profile_name @user_profile_name end |