Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- 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.
479 480 481 |
# File 'sig/types.rbs', line 479 def addresses @addresses end |
#birthdate ⇒ ::String
Returns the value of attribute birthdate.
489 490 491 |
# File 'sig/types.rbs', line 489 def birthdate @birthdate end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
491 492 493 |
# File 'sig/types.rbs', line 491 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
492 493 494 |
# File 'sig/types.rbs', line 492 def created_by @created_by end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
475 476 477 |
# File 'sig/types.rbs', line 475 def display_name @display_name end |
#emails ⇒ ::Array[Types::Email]
Returns the value of attribute emails.
478 479 480 |
# File 'sig/types.rbs', line 478 def emails @emails end |
#extensions ⇒ ::Hash[::String, untyped]
Returns the value of attribute extensions.
495 496 497 |
# File 'sig/types.rbs', line 495 def extensions @extensions end |
#external_ids ⇒ ::Array[Types::ExternalId]
Returns the value of attribute external_ids.
473 474 475 |
# File 'sig/types.rbs', line 473 def external_ids @external_ids end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
470 471 472 |
# File 'sig/types.rbs', line 470 def identity_store_id @identity_store_id end |
#locale ⇒ ::String
Returns the value of attribute locale.
484 485 486 |
# File 'sig/types.rbs', line 484 def locale @locale end |
#name ⇒ Types::Name
Returns the value of attribute name.
474 475 476 |
# File 'sig/types.rbs', line 474 def name @name end |
#nick_name ⇒ ::String
Returns the value of attribute nick_name.
476 477 478 |
# File 'sig/types.rbs', line 476 def nick_name @nick_name end |
#phone_numbers ⇒ ::Array[Types::PhoneNumber]
Returns the value of attribute phone_numbers.
480 481 482 |
# File 'sig/types.rbs', line 480 def phone_numbers @phone_numbers end |
#photos ⇒ ::Array[Types::Photo]
Returns the value of attribute photos.
487 488 489 |
# File 'sig/types.rbs', line 487 def photos @photos end |
#preferred_language ⇒ ::String
Returns the value of attribute preferred_language.
483 484 485 |
# File 'sig/types.rbs', line 483 def preferred_language @preferred_language end |
#profile_url ⇒ ::String
Returns the value of attribute profile_url.
477 478 479 |
# File 'sig/types.rbs', line 477 def profile_url @profile_url end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
490 491 492 |
# File 'sig/types.rbs', line 490 def roles @roles end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
485 486 487 |
# File 'sig/types.rbs', line 485 def timezone @timezone end |
#title ⇒ ::String
Returns the value of attribute title.
482 483 484 |
# File 'sig/types.rbs', line 482 def title @title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
493 494 495 |
# File 'sig/types.rbs', line 493 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
494 495 496 |
# File 'sig/types.rbs', line 494 def updated_by @updated_by end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
471 472 473 |
# File 'sig/types.rbs', line 471 def user_id @user_id end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
472 473 474 |
# File 'sig/types.rbs', line 472 def user_name @user_name end |
#user_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute user_status.
486 487 488 |
# File 'sig/types.rbs', line 486 def user_status @user_status end |
#user_type ⇒ ::String
Returns the value of attribute user_type.
481 482 483 |
# File 'sig/types.rbs', line 481 def user_type @user_type end |
#website ⇒ ::String
Returns the value of attribute website.
488 489 490 |
# File 'sig/types.rbs', line 488 def website @website end |