Class: Aws::Types::DescribeUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
5211 5212 5213 |
# File 'sig/types.rbs', line 5211 def aws_account_id @aws_account_id end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
5212 5213 5214 |
# File 'sig/types.rbs', line 5212 def namespace @namespace end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
5210 5211 5212 |
# File 'sig/types.rbs', line 5210 def user_name @user_name end |