Class: Aws::Types::User

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name, :display_name, :nick_name, :profile_url, :user_type, :title, :preferred_language, :locale, :timezone, :website, :birthdate])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses ⇒ ::Array[Types::Address]

Returns the value of attribute addresses.

Returns:



479
480
481
# File 'sig/types.rbs', line 479

def addresses
  @addresses
end

#birthdate ⇒ ::String

Returns the value of attribute birthdate.

Returns:

  • (::String)


489
490
491
# File 'sig/types.rbs', line 489

def birthdate
  @birthdate
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



478
479
480
# File 'sig/types.rbs', line 478

def emails
  @emails
end

#extensions ⇒ ::Hash[::String, untyped]

Returns the value of attribute extensions.

Returns:

  • (::Hash[::String, untyped])


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def locale
  @locale
end

#name ⇒ Types::Name

Returns the value of attribute name.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def name
  @name
end

#nick_name ⇒ ::String

Returns the value of attribute nick_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def photos
  @photos
end

#preferred_language ⇒ ::String

Returns the value of attribute preferred_language.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



490
491
492
# File 'sig/types.rbs', line 490

def roles
  @roles
end

#timezone ⇒ ::String

Returns the value of attribute timezone.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def timezone
  @timezone
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def title
  @title
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


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.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def user_type
  @user_type
end

#website ⇒ ::String

Returns the value of attribute website.

Returns:

  • (::String)


488
489
490
# File 'sig/types.rbs', line 488

def website
  @website
end