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)


12499
12500
12501
# File 'sig/types.rbs', line 12499

def domain_id
  @domain_id
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


12500
12501
12502
# File 'sig/types.rbs', line 12500

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



12501
12502
12503
# File 'sig/types.rbs', line 12501

def 
  @user_settings
end