Class: Aws::Types::DescribeUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#addresses ⇒ ::Array[Types::Address]
Returns the value of attribute addresses.
-
#birthdate ⇒ ::String
Returns the value of attribute birthdate.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#emails ⇒ ::Array[Types::Email]
Returns the value of attribute emails.
-
#extensions ⇒ ::Hash[::String, untyped]
Returns the value of attribute extensions.
-
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#name ⇒ Types::Name
Returns the value of attribute name.
-
#nick_name ⇒ ::String
Returns the value of attribute nick_name.
-
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
Returns the value of attribute phone_numbers.
-
#photos ⇒ ::Array[Types::Photo]
Returns the value of attribute photos.
-
#preferred_language ⇒ ::String
Returns the value of attribute preferred_language.
-
#profile_url ⇒ ::String
Returns the value of attribute profile_url.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#user_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute user_status.
-
#user_type ⇒ ::String
Returns the value of attribute user_type.
-
#website ⇒ ::String
Returns the value of attribute website.
Instance Attribute Details
#addresses ⇒ ::Array[Types::Address]
Returns the value of attribute addresses.
193 194 195 |
# File 'sig/types.rbs', line 193 def addresses @addresses end |
#birthdate ⇒ ::String
Returns the value of attribute birthdate.
203 204 205 |
# File 'sig/types.rbs', line 203 def birthdate @birthdate end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
205 206 207 |
# File 'sig/types.rbs', line 205 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
206 207 208 |
# File 'sig/types.rbs', line 206 def created_by @created_by end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
189 190 191 |
# File 'sig/types.rbs', line 189 def display_name @display_name end |
#emails ⇒ ::Array[Types::Email]
Returns the value of attribute emails.
192 193 194 |
# File 'sig/types.rbs', line 192 def emails @emails end |
#extensions ⇒ ::Hash[::String, untyped]
Returns the value of attribute extensions.
209 210 211 |
# File 'sig/types.rbs', line 209 def extensions @extensions end |
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
187 188 189 |
# File 'sig/types.rbs', line 187 def external_ids @external_ids end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def identity_store_id @identity_store_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
198 199 200 |
# File 'sig/types.rbs', line 198 def locale @locale end |
#name ⇒ Types::Name
Returns the value of attribute name.
188 189 190 |
# File 'sig/types.rbs', line 188 def name @name end |
#nick_name ⇒ ::String
Returns the value of attribute nick_name.
190 191 192 |
# File 'sig/types.rbs', line 190 def nick_name @nick_name end |
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
Returns the value of attribute phone_numbers.
194 195 196 |
# File 'sig/types.rbs', line 194 def phone_numbers @phone_numbers end |
#photos ⇒ ::Array[Types::Photo]
Returns the value of attribute photos.
201 202 203 |
# File 'sig/types.rbs', line 201 def photos @photos end |
#preferred_language ⇒ ::String
Returns the value of attribute preferred_language.
197 198 199 |
# File 'sig/types.rbs', line 197 def preferred_language @preferred_language end |
#profile_url ⇒ ::String
Returns the value of attribute profile_url.
191 192 193 |
# File 'sig/types.rbs', line 191 def profile_url @profile_url end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
204 205 206 |
# File 'sig/types.rbs', line 204 def roles @roles end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
199 200 201 |
# File 'sig/types.rbs', line 199 def timezone @timezone end |
#title ⇒ ::String
Returns the value of attribute title.
196 197 198 |
# File 'sig/types.rbs', line 196 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
207 208 209 |
# File 'sig/types.rbs', line 207 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
208 209 210 |
# File 'sig/types.rbs', line 208 def updated_by @updated_by end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
186 187 188 |
# File 'sig/types.rbs', line 186 def user_name @user_name end |
#user_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute user_status.
200 201 202 |
# File 'sig/types.rbs', line 200 def user_status @user_status end |
#user_type ⇒ ::String
Returns the value of attribute user_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def user_type @user_type end |
#website ⇒ ::String
Returns the value of attribute website.
202 203 204 |
# File 'sig/types.rbs', line 202 def website @website end |