Class: Aws::Types::UserAccount
- Inherits:
-
Object
- Object
- Aws::Types::UserAccount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#uid ⇒ ::String
Returns the value of attribute uid.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
8102 8103 8104 |
# File 'sig/types.rbs', line 8102 def name @name end |
#uid ⇒ ::String
Returns the value of attribute uid.
8101 8102 8103 |
# File 'sig/types.rbs', line 8101 def uid @uid end |