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)


12491
12492
12493
# File 'sig/types.rbs', line 12491

def domain_id
  @domain_id
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


12492
12493
12494
# File 'sig/types.rbs', line 12492

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



12493
12494
12495
# File 'sig/types.rbs', line 12493

def 
  @user_settings
end