Class: Aws::Types::CreateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserRequest
- 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.
-
#directory_user_id ⇒ ::String
Returns the value of attribute directory_user_id.
-
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
-
#identity_info ⇒ Types::UserIdentityInfo
Returns the value of attribute identity_info.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
-
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
-
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
-
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
-
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#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.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def after_contact_work_configs @after_contact_work_configs end |
#auto_accept_configs ⇒ ::Array[Types::AutoAcceptConfig]
Returns the value of attribute auto_accept_configs.
1858 1859 1860 |
# File 'sig/types.rbs', line 1858 def auto_accept_configs @auto_accept_configs end |
#directory_user_id ⇒ ::String
Returns the value of attribute directory_user_id.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def directory_user_id @directory_user_id end |
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def hierarchy_group_id @hierarchy_group_id end |
#identity_info ⇒ Types::UserIdentityInfo
Returns the value of attribute identity_info.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def identity_info @identity_info end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1857 1858 1859 |
# File 'sig/types.rbs', line 1857 def instance_id @instance_id end |
#password ⇒ ::String
Returns the value of attribute password.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def password @password end |
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def persistent_connection_configs @persistent_connection_configs end |
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def phone_config @phone_config end |
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def phone_number_configs @phone_number_configs end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def routing_profile_id @routing_profile_id end |
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def security_profile_ids @security_profile_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def username @username end |
#voice_enhancement_configs ⇒ ::Array[Types::VoiceEnhancementConfig]
Returns the value of attribute voice_enhancement_configs.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def voice_enhancement_configs @voice_enhancement_configs end |