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.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def domain_id @domain_id end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
3619 3620 3621 |
# File 'sig/types.rbs', line 3619 def user_profile_name @user_profile_name end |