Class: Aws::Types::UserMetadata
- Inherits:
-
Object
- Object
- Aws::Types::UserMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email ⇒ ::String
Returns the value of attribute email.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#email ⇒ ::String
Returns the value of attribute email.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def email @email end |
#username ⇒ ::String
Returns the value of attribute username.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def username @username end |