Class: Aws::Types::UpdateUserConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#after_contact_work_configs ⇒ ::Array[Types::AfterContactWorkConfigPerChannel]
Returns the value of attribute after_contact_work_configs.
-
#auto_accept_configs ⇒ ::Array[Types::AutoAcceptConfig]
Returns the value of attribute auto_accept_configs.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
-
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#voice_enhancement_configs ⇒ ::Array[Types::VoiceEnhancementConfig]
Returns the value of attribute voice_enhancement_configs.
Instance Attribute Details
#after_contact_work_configs ⇒ ::Array[Types::AfterContactWorkConfigPerChannel]
Returns the value of attribute after_contact_work_configs.
9173 9174 9175 |
# File 'sig/types.rbs', line 9173 def after_contact_work_configs @after_contact_work_configs end |
#auto_accept_configs ⇒ ::Array[Types::AutoAcceptConfig]
Returns the value of attribute auto_accept_configs.
9172 9173 9174 |
# File 'sig/types.rbs', line 9172 def auto_accept_configs @auto_accept_configs end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9178 9179 9180 |
# File 'sig/types.rbs', line 9178 def instance_id @instance_id end |
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
9175 9176 9177 |
# File 'sig/types.rbs', line 9175 def persistent_connection_configs @persistent_connection_configs end |
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
9174 9175 9176 |
# File 'sig/types.rbs', line 9174 def phone_number_configs @phone_number_configs end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
9177 9178 9179 |
# File 'sig/types.rbs', line 9177 def user_id @user_id end |
#voice_enhancement_configs ⇒ ::Array[Types::VoiceEnhancementConfig]
Returns the value of attribute voice_enhancement_configs.
9176 9177 9178 |
# File 'sig/types.rbs', line 9176 def voice_enhancement_configs @voice_enhancement_configs end |