Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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.
-
#locale ⇒ "en", ...
Returns the value of attribute locale.
-
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
-
#recycle_bin_folder_id ⇒ ::String
Returns the value of attribute recycle_bin_folder_id.
-
#root_folder_id ⇒ ::String
Returns the value of attribute root_folder_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#storage ⇒ Types::UserStorageMetadata
Returns the value of attribute storage.
-
#surname ⇒ ::String
Returns the value of attribute surname.
-
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
-
#type ⇒ "USER", ...
Returns the value of attribute type.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
891 892 893 |
# File 'sig/types.rbs', line 891 def end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
883 884 885 |
# File 'sig/types.rbs', line 883 def email_address @email_address end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
884 885 886 |
# File 'sig/types.rbs', line 884 def given_name @given_name end |
#id ⇒ ::String
Returns the value of attribute id.
881 882 883 |
# File 'sig/types.rbs', line 881 def id @id end |
#locale ⇒ "en", ...
Returns the value of attribute locale.
894 895 896 |
# File 'sig/types.rbs', line 894 def locale @locale end |
#modified_timestamp ⇒ ::Time
Returns the value of attribute modified_timestamp.
892 893 894 |
# File 'sig/types.rbs', line 892 def end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
886 887 888 |
# File 'sig/types.rbs', line 886 def organization_id @organization_id end |
#recycle_bin_folder_id ⇒ ::String
Returns the value of attribute recycle_bin_folder_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def recycle_bin_folder_id @recycle_bin_folder_id end |
#root_folder_id ⇒ ::String
Returns the value of attribute root_folder_id.
887 888 889 |
# File 'sig/types.rbs', line 887 def root_folder_id @root_folder_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
889 890 891 |
# File 'sig/types.rbs', line 889 def status @status end |
#storage ⇒ Types::UserStorageMetadata
Returns the value of attribute storage.
895 896 897 |
# File 'sig/types.rbs', line 895 def storage @storage end |
#surname ⇒ ::String
Returns the value of attribute surname.
885 886 887 |
# File 'sig/types.rbs', line 885 def surname @surname end |
#time_zone_id ⇒ ::String
Returns the value of attribute time_zone_id.
893 894 895 |
# File 'sig/types.rbs', line 893 def time_zone_id @time_zone_id end |
#type ⇒ "USER", ...
Returns the value of attribute type.
890 891 892 |
# File 'sig/types.rbs', line 890 def type @type end |
#username ⇒ ::String
Returns the value of attribute username.
882 883 884 |
# File 'sig/types.rbs', line 882 def username @username end |