Class: Aws::Types::DescribeUserResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:



540
541
542
# File 'sig/types.rbs', line 540

def city
  @city
end

#company::String

Returns the value of attribute company.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def company
  @company
end

#country::String

Returns the value of attribute country.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def country
  @country
end

#department::String

Returns the value of attribute department.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def department
  @department
end

#disabled_date::Time

Returns the value of attribute disabled_date.

Returns:



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.

Returns:



526
527
528
# File 'sig/types.rbs', line 526

def display_name
  @display_name
end

#email::String

Returns the value of attribute email.

Returns:



525
526
527
# File 'sig/types.rbs', line 525

def email
  @email
end

#enabled_date::Time

Returns the value of attribute enabled_date.

Returns:



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.

Returns:



533
534
535
# File 'sig/types.rbs', line 533

def first_name
  @first_name
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



536
537
538
# File 'sig/types.rbs', line 536

def initials
  @initials
end

#job_title::String

Returns the value of attribute job_title.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



524
525
526
# File 'sig/types.rbs', line 524

def name
  @name
end

#office::String

Returns the value of attribute office.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def office
  @office
end

#state"ENABLED", ...

Returns the value of attribute state.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def state
  @state
end

#street::String

Returns the value of attribute street.

Returns:



538
539
540
# File 'sig/types.rbs', line 538

def street
  @street
end

#telephone::String

Returns the value of attribute telephone.

Returns:



537
538
539
# File 'sig/types.rbs', line 537

def telephone
  @telephone
end

#user_id::String

Returns the value of attribute user_id.

Returns:



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.

Returns:



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.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def zip_code
  @zip_code
end