Class: Aws::Types::DescribeUserProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserProfileRequest
- 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.
5347 5348 5349 |
# File 'sig/types.rbs', line 5347 def domain_id @domain_id end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
5348 5349 5350 |
# File 'sig/types.rbs', line 5348 def user_profile_name @user_profile_name end |