Class: Aws::Types::UpdateUserConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_configs::Array[Types::AfterContactWorkConfigPerChannel]

Returns the value of attribute after_contact_work_configs.



9191
9192
9193
# File 'sig/types.rbs', line 9191

def after_contact_work_configs
  @after_contact_work_configs
end

#auto_accept_configs::Array[Types::AutoAcceptConfig]

Returns the value of attribute auto_accept_configs.

Returns:



9190
9191
9192
# File 'sig/types.rbs', line 9190

def auto_accept_configs
  @auto_accept_configs
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9196
9197
9198
# File 'sig/types.rbs', line 9196

def instance_id
  @instance_id
end

#persistent_connection_configs::Array[Types::PersistentConnectionConfig]

Returns the value of attribute persistent_connection_configs.

Returns:



9193
9194
9195
# File 'sig/types.rbs', line 9193

def persistent_connection_configs
  @persistent_connection_configs
end

#phone_number_configs::Array[Types::PhoneNumberConfig]

Returns the value of attribute phone_number_configs.

Returns:



9192
9193
9194
# File 'sig/types.rbs', line 9192

def phone_number_configs
  @phone_number_configs
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


9195
9196
9197
# File 'sig/types.rbs', line 9195

def user_id
  @user_id
end

#voice_enhancement_configs::Array[Types::VoiceEnhancementConfig]

Returns the value of attribute voice_enhancement_configs.

Returns:



9194
9195
9196
# File 'sig/types.rbs', line 9194

def voice_enhancement_configs
  @voice_enhancement_configs
end