Module: Aws::WorkMail::Client::_DescribeUserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeUserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #city ⇒ ::String
- #company ⇒ ::String
- #country ⇒ ::String
- #department ⇒ ::String
- #disabled_date ⇒ ::Time
- #display_name ⇒ ::String
- #email ⇒ ::String
- #enabled_date ⇒ ::Time
- #first_name ⇒ ::String
- #hidden_from_global_address_list ⇒ Boolean
- #identity_provider_identity_store_id ⇒ ::String
- #identity_provider_user_id ⇒ ::String
- #initials ⇒ ::String
- #job_title ⇒ ::String
- #last_name ⇒ ::String
- #mailbox_deprovisioned_date ⇒ ::Time
- #mailbox_provisioned_date ⇒ ::Time
- #name ⇒ ::String
- #office ⇒ ::String
- #state ⇒ "ENABLED", ...
- #street ⇒ ::String
- #telephone ⇒ ::String
- #user_id ⇒ ::String
- #user_role ⇒ "USER", ...
- #zip_code ⇒ ::String
Instance Method Details
#city ⇒ ::String
601 |
# File 'sig/client.rbs', line 601
def city: () -> ::String
|
#company ⇒ ::String
602 |
# File 'sig/client.rbs', line 602
def company: () -> ::String
|
#country ⇒ ::String
605 |
# File 'sig/client.rbs', line 605
def country: () -> ::String
|
#department ⇒ ::String
604 |
# File 'sig/client.rbs', line 604
def department: () -> ::String
|
#disabled_date ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def disabled_date: () -> ::Time
|
#display_name ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def display_name: () -> ::String
|
#email ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def email: () -> ::String
|
#enabled_date ⇒ ::Time
590 |
# File 'sig/client.rbs', line 590
def enabled_date: () -> ::Time
|
#first_name ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def first_name: () -> ::String
|
#hidden_from_global_address_list ⇒ Boolean
596 |
# File 'sig/client.rbs', line 596
def hidden_from_global_address_list: () -> bool
|
#identity_provider_identity_store_id ⇒ ::String
608 |
# File 'sig/client.rbs', line 608
def identity_provider_identity_store_id: () -> ::String
|
#identity_provider_user_id ⇒ ::String
607 |
# File 'sig/client.rbs', line 607
def identity_provider_user_id: () -> ::String
|
#initials ⇒ ::String
597 |
# File 'sig/client.rbs', line 597
def initials: () -> ::String
|
#job_title ⇒ ::String
600 |
# File 'sig/client.rbs', line 600
def job_title: () -> ::String
|
#last_name ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def last_name: () -> ::String
|
#mailbox_deprovisioned_date ⇒ ::Time
593 |
# File 'sig/client.rbs', line 593
def mailbox_deprovisioned_date: () -> ::Time
|
#mailbox_provisioned_date ⇒ ::Time
592 |
# File 'sig/client.rbs', line 592
def mailbox_provisioned_date: () -> ::Time
|
#name ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def name: () -> ::String
|
#office ⇒ ::String
606 |
# File 'sig/client.rbs', line 606
def office: () -> ::String
|
#state ⇒ "ENABLED", ...
588 |
# File 'sig/client.rbs', line 588
def state: () -> ("ENABLED" | "DISABLED" | "DELETED")
|
#street ⇒ ::String
599 |
# File 'sig/client.rbs', line 599
def street: () -> ::String
|
#telephone ⇒ ::String
598 |
# File 'sig/client.rbs', line 598
def telephone: () -> ::String
|
#user_id ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def user_id: () -> ::String
|
#user_role ⇒ "USER", ...
589 |
# File 'sig/client.rbs', line 589
def user_role: () -> ("USER" | "RESOURCE" | "SYSTEM_USER" | "REMOTE_USER")
|
#zip_code ⇒ ::String
603 |
# File 'sig/client.rbs', line 603
def zip_code: () -> ::String
|