Class: Aws::Types::DescribeUserResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUserResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#city ⇒ ::String
Returns the value of attribute city.
-
#company ⇒ ::String
Returns the value of attribute company.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#department ⇒ ::String
Returns the value of attribute department.
-
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
-
#identity_provider_identity_store_id ⇒ ::String
Returns the value of attribute identity_provider_identity_store_id.
-
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
-
#initials ⇒ ::String
Returns the value of attribute initials.
-
#job_title ⇒ ::String
Returns the value of attribute job_title.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#mailbox_deprovisioned_date ⇒ ::Time
Returns the value of attribute mailbox_deprovisioned_date.
-
#mailbox_provisioned_date ⇒ ::Time
Returns the value of attribute mailbox_provisioned_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#office ⇒ ::String
Returns the value of attribute office.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#street ⇒ ::String
Returns the value of attribute street.
-
#telephone ⇒ ::String
Returns the value of attribute telephone.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#user_role ⇒ "USER", ...
Returns the value of attribute user_role.
-
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
Instance Attribute Details
#city ⇒ ::String
Returns the value of attribute city.
540 541 542 |
# File 'sig/types.rbs', line 540 def city @city end |
#company ⇒ ::String
Returns the value of attribute company.
541 542 543 |
# File 'sig/types.rbs', line 541 def company @company end |
#country ⇒ ::String
Returns the value of attribute country.
544 545 546 |
# File 'sig/types.rbs', line 544 def country @country end |
#department ⇒ ::String
Returns the value of attribute department.
543 544 545 |
# File 'sig/types.rbs', line 543 def department @department end |
#disabled_date ⇒ ::Time
Returns the value of attribute disabled_date.
530 531 532 |
# File 'sig/types.rbs', line 530 def disabled_date @disabled_date end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
526 527 528 |
# File 'sig/types.rbs', line 526 def display_name @display_name end |
#email ⇒ ::String
Returns the value of attribute email.
525 526 527 |
# File 'sig/types.rbs', line 525 def email @email end |
#enabled_date ⇒ ::Time
Returns the value of attribute enabled_date.
529 530 531 |
# File 'sig/types.rbs', line 529 def enabled_date @enabled_date end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
533 534 535 |
# File 'sig/types.rbs', line 533 def first_name @first_name end |
#hidden_from_global_address_list ⇒ Boolean
Returns the value of attribute hidden_from_global_address_list.
535 536 537 |
# File 'sig/types.rbs', line 535 def hidden_from_global_address_list @hidden_from_global_address_list end |
#identity_provider_identity_store_id ⇒ ::String
Returns the value of attribute identity_provider_identity_store_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def identity_provider_identity_store_id @identity_provider_identity_store_id end |
#identity_provider_user_id ⇒ ::String
Returns the value of attribute identity_provider_user_id.
546 547 548 |
# File 'sig/types.rbs', line 546 def identity_provider_user_id @identity_provider_user_id end |
#initials ⇒ ::String
Returns the value of attribute initials.
536 537 538 |
# File 'sig/types.rbs', line 536 def initials @initials end |
#job_title ⇒ ::String
Returns the value of attribute job_title.
539 540 541 |
# File 'sig/types.rbs', line 539 def job_title @job_title end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
534 535 536 |
# File 'sig/types.rbs', line 534 def last_name @last_name end |
#mailbox_deprovisioned_date ⇒ ::Time
Returns the value of attribute mailbox_deprovisioned_date.
532 533 534 |
# File 'sig/types.rbs', line 532 def mailbox_deprovisioned_date @mailbox_deprovisioned_date end |
#mailbox_provisioned_date ⇒ ::Time
Returns the value of attribute mailbox_provisioned_date.
531 532 533 |
# File 'sig/types.rbs', line 531 def mailbox_provisioned_date @mailbox_provisioned_date end |
#name ⇒ ::String
Returns the value of attribute name.
524 525 526 |
# File 'sig/types.rbs', line 524 def name @name end |
#office ⇒ ::String
Returns the value of attribute office.
545 546 547 |
# File 'sig/types.rbs', line 545 def office @office end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
527 528 529 |
# File 'sig/types.rbs', line 527 def state @state end |
#street ⇒ ::String
Returns the value of attribute street.
538 539 540 |
# File 'sig/types.rbs', line 538 def street @street end |
#telephone ⇒ ::String
Returns the value of attribute telephone.
537 538 539 |
# File 'sig/types.rbs', line 537 def telephone @telephone end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
523 524 525 |
# File 'sig/types.rbs', line 523 def user_id @user_id end |
#user_role ⇒ "USER", ...
Returns the value of attribute user_role.
528 529 530 |
# File 'sig/types.rbs', line 528 def user_role @user_role end |
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
542 543 544 |
# File 'sig/types.rbs', line 542 def zip_code @zip_code end |