Module: Aws::IdentityStore::Client::_DescribeUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeUserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #addresses ⇒ ::Array[Types::Address]
- #birthdate ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #display_name ⇒ ::String
- #emails ⇒ ::Array[Types::Email]
- #extensions ⇒ ::Hash[::String, untyped]
- #external_ids ⇒ ::Array[Types::ExternalId]
- #identity_store_id ⇒ ::String
- #locale ⇒ ::String
- #name ⇒ Types::Name
- #nick_name ⇒ ::String
- #phone_numbers ⇒ ::Array[Types::PhoneNumber]
- #photos ⇒ ::Array[Types::Photo]
- #preferred_language ⇒ ::String
- #profile_url ⇒ ::String
- #roles ⇒ ::Array[Types::Role]
- #timezone ⇒ ::String
- #title ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #user_id ⇒ ::String
- #user_name ⇒ ::String
- #user_status ⇒ "ENABLED", "DISABLED"
- #user_type ⇒ ::String
- #website ⇒ ::String
Instance Method Details
#addresses ⇒ ::Array[Types::Address]
260 |
# File 'sig/client.rbs', line 260
def addresses: () -> ::Array[Types::Address]
|
#birthdate ⇒ ::String
270 |
# File 'sig/client.rbs', line 270
def birthdate: () -> ::String
|
#created_at ⇒ ::Time
272 |
# File 'sig/client.rbs', line 272
def created_at: () -> ::Time
|
#created_by ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def created_by: () -> ::String
|
#display_name ⇒ ::String
256 |
# File 'sig/client.rbs', line 256
def display_name: () -> ::String
|
#emails ⇒ ::Array[Types::Email]
259 |
# File 'sig/client.rbs', line 259
def emails: () -> ::Array[Types::Email]
|
#extensions ⇒ ::Hash[::String, untyped]
276 |
# File 'sig/client.rbs', line 276
def extensions: () -> ::Hash[::String, untyped]
|
#external_ids ⇒ ::Array[Types::ExternalId]
254 |
# File 'sig/client.rbs', line 254
def external_ids: () -> ::Array[Types::ExternalId]
|
#identity_store_id ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def identity_store_id: () -> ::String
|
#locale ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def locale: () -> ::String
|
#nick_name ⇒ ::String
257 |
# File 'sig/client.rbs', line 257
def nick_name: () -> ::String
|
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
261 |
# File 'sig/client.rbs', line 261
def phone_numbers: () -> ::Array[Types::PhoneNumber]
|
#photos ⇒ ::Array[Types::Photo]
268 |
# File 'sig/client.rbs', line 268
def photos: () -> ::Array[Types::Photo]
|
#preferred_language ⇒ ::String
264 |
# File 'sig/client.rbs', line 264
def preferred_language: () -> ::String
|
#profile_url ⇒ ::String
258 |
# File 'sig/client.rbs', line 258
def profile_url: () -> ::String
|
#roles ⇒ ::Array[Types::Role]
271 |
# File 'sig/client.rbs', line 271
def roles: () -> ::Array[Types::Role]
|
#timezone ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def timezone: () -> ::String
|
#title ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def title: () -> ::String
|
#updated_at ⇒ ::Time
274 |
# File 'sig/client.rbs', line 274
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
275 |
# File 'sig/client.rbs', line 275
def updated_by: () -> ::String
|
#user_id ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def user_id: () -> ::String
|
#user_name ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def user_name: () -> ::String
|
#user_status ⇒ "ENABLED", "DISABLED"
267 |
# File 'sig/client.rbs', line 267
def user_status: () -> ("ENABLED" | "DISABLED")
|
#user_type ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def user_type: () -> ::String
|
#website ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def website: () -> ::String
|