Class: Aws::Types::CreateUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def user_arn @user_arn end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def user_id @user_id end |