Class: Aws::Types::UserInfo
- Inherits:
-
Object
- Object
- Aws::Types::UserInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::String
Returns the value of attribute date.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#date ⇒ ::String
Returns the value of attribute date.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def date @date end |
#email ⇒ ::String
Returns the value of attribute email.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def email @email end |
#name ⇒ ::String
Returns the value of attribute name.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def name @name end |