Class: Aws::Types::UpdateUserProfileRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


12516
12517
12518
# File 'sig/types.rbs', line 12516

def domain_id
  @domain_id
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


12517
12518
12519
# File 'sig/types.rbs', line 12517

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



12518
12519
12520
# File 'sig/types.rbs', line 12518

def 
  @user_settings
end