Class: Aws::Types::UpdateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token, :given_name, :surname])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def authentication_token
  @authentication_token
end

#given_name::String

Returns the value of attribute given_name.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def given_name
  @given_name
end

#grant_poweruser_privileges"TRUE", "FALSE"

Returns the value of attribute grant_poweruser_privileges.

Returns:

  • ("TRUE", "FALSE")


865
866
867
# File 'sig/types.rbs', line 865

def grant_poweruser_privileges
  @grant_poweruser_privileges
end

#locale"en", ...

Returns the value of attribute locale.

Returns:

  • ("en", "fr", "ko", "de", "es", "ja", "ru", "zh_CN", "zh_TW", "pt_BR", "default")


864
865
866
# File 'sig/types.rbs', line 864

def locale
  @locale
end

#storage_ruleTypes::StorageRuleType

Returns the value of attribute storage_rule.



862
863
864
# File 'sig/types.rbs', line 862

def storage_rule
  @storage_rule
end

#surname::String

Returns the value of attribute surname.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def surname
  @surname
end

#time_zone_id::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


863
864
865
# File 'sig/types.rbs', line 863

def time_zone_id
  @time_zone_id
end

#type"USER", ...

Returns the value of attribute type.

Returns:

  • ("USER", "ADMIN", "POWERUSER", "MINIMALUSER", "WORKSPACESUSER")


861
862
863
# File 'sig/types.rbs', line 861

def type
  @type
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def user_id
  @user_id
end