Class: Aws::Types::UpdateUserRequest

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:



1551
1552
1553
# File 'sig/types.rbs', line 1551

def city
  @city
end

#company::String

Returns the value of attribute company.

Returns:



1552
1553
1554
# File 'sig/types.rbs', line 1552

def company
  @company
end

#country::String

Returns the value of attribute country.

Returns:



1555
1556
1557
# File 'sig/types.rbs', line 1555

def country
  @country
end

#department::String

Returns the value of attribute department.

Returns:



1554
1555
1556
# File 'sig/types.rbs', line 1554

def department
  @department
end

#display_name::String

Returns the value of attribute display_name.

Returns:



1543
1544
1545
# File 'sig/types.rbs', line 1543

def display_name
  @display_name
end

#first_name::String

Returns the value of attribute first_name.

Returns:



1544
1545
1546
# File 'sig/types.rbs', line 1544

def first_name
  @first_name
end

#hidden_from_global_address_listBoolean

Returns the value of attribute hidden_from_global_address_list.

Returns:



1546
1547
1548
# File 'sig/types.rbs', line 1546

def hidden_from_global_address_list
  @hidden_from_global_address_list
end

#identity_provider_user_id::String

Returns the value of attribute identity_provider_user_id.

Returns:



1557
1558
1559
# File 'sig/types.rbs', line 1557

def identity_provider_user_id
  @identity_provider_user_id
end

#initials::String

Returns the value of attribute initials.

Returns:



1547
1548
1549
# File 'sig/types.rbs', line 1547

def initials
  @initials
end

#job_title::String

Returns the value of attribute job_title.

Returns:



1550
1551
1552
# File 'sig/types.rbs', line 1550

def job_title
  @job_title
end

#last_name::String

Returns the value of attribute last_name.

Returns:



1545
1546
1547
# File 'sig/types.rbs', line 1545

def last_name
  @last_name
end

#office::String

Returns the value of attribute office.

Returns:



1556
1557
1558
# File 'sig/types.rbs', line 1556

def office
  @office
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:



1540
1541
1542
# File 'sig/types.rbs', line 1540

def organization_id
  @organization_id
end

#role"USER", ...

Returns the value of attribute role.

Returns:



1542
1543
1544
# File 'sig/types.rbs', line 1542

def role
  @role
end

#street::String

Returns the value of attribute street.

Returns:



1549
1550
1551
# File 'sig/types.rbs', line 1549

def street
  @street
end

#telephone::String

Returns the value of attribute telephone.

Returns:



1548
1549
1550
# File 'sig/types.rbs', line 1548

def telephone
  @telephone
end

#user_id::String

Returns the value of attribute user_id.

Returns:



1541
1542
1543
# File 'sig/types.rbs', line 1541

def user_id
  @user_id
end

#zip_code::String

Returns the value of attribute zip_code.

Returns:



1553
1554
1555
# File 'sig/types.rbs', line 1553

def zip_code
  @zip_code
end