Class: Aws::Types::UpdateUserSettingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


938
939
940
# File 'sig/types.rbs', line 938

def 
  @account_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def user_id
  @user_id
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



940
941
942
# File 'sig/types.rbs', line 940

def 
  @user_settings
end