Class: Aws::Types::UserMetadata
- Inherits:
-
Object
- Object
- Aws::Types::UserMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#given_name ⇒ ::String
Returns the value of attribute given_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#surname ⇒ ::String
Returns the value of attribute surname.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
904 905 906 |
# File 'sig/types.rbs', line 904 def email_address @email_address end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
902 903 904 |
# File 'sig/types.rbs', line 902 def given_name @given_name end |
#id ⇒ ::String
Returns the value of attribute id.
900 901 902 |
# File 'sig/types.rbs', line 900 def id @id end |
#surname ⇒ ::String
Returns the value of attribute surname.
903 904 905 |
# File 'sig/types.rbs', line 903 def surname @surname end |
#username ⇒ ::String
Returns the value of attribute username.
901 902 903 |
# File 'sig/types.rbs', line 901 def username @username end |