Class: Aws::Types::UserSearchSummary
- Inherits:
-
Object
- Object
- Aws::Types::UserSearchSummary
- 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.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity_info ⇒ Types::UserIdentityInfoLite
Returns the value of attribute identity_info.
-
#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.
9152 9153 9154 |
# File 'sig/types.rbs', line 9152 def after_contact_work_configs @after_contact_work_configs end |
#arn ⇒ ::String
Returns the value of attribute arn.
9141 9142 9143 |
# File 'sig/types.rbs', line 9141 def arn @arn end |
#auto_accept_configs ⇒ ::Array[Types::AutoAcceptConfig]
Returns the value of attribute auto_accept_configs.
9151 9152 9153 |
# File 'sig/types.rbs', line 9151 def auto_accept_configs @auto_accept_configs end |
#directory_user_id ⇒ ::String
Returns the value of attribute directory_user_id.
9142 9143 9144 |
# File 'sig/types.rbs', line 9142 def directory_user_id @directory_user_id end |
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
9143 9144 9145 |
# File 'sig/types.rbs', line 9143 def hierarchy_group_id @hierarchy_group_id end |
#id ⇒ ::String
Returns the value of attribute id.
9144 9145 9146 |
# File 'sig/types.rbs', line 9144 def id @id end |
#identity_info ⇒ Types::UserIdentityInfoLite
Returns the value of attribute identity_info.
9145 9146 9147 |
# File 'sig/types.rbs', line 9145 def identity_info @identity_info end |
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
9154 9155 9156 |
# File 'sig/types.rbs', line 9154 def persistent_connection_configs @persistent_connection_configs end |
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
9146 9147 9148 |
# File 'sig/types.rbs', line 9146 def phone_config @phone_config end |
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
9153 9154 9155 |
# File 'sig/types.rbs', line 9153 def phone_number_configs @phone_number_configs end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
9147 9148 9149 |
# File 'sig/types.rbs', line 9147 def routing_profile_id @routing_profile_id end |
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
9148 9149 9150 |
# File 'sig/types.rbs', line 9148 def security_profile_ids @security_profile_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9149 9150 9151 |
# File 'sig/types.rbs', line 9149 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
9150 9151 9152 |
# File 'sig/types.rbs', line 9150 def username @username end |
#voice_enhancement_configs ⇒ ::Array[Types::VoiceEnhancementConfig]
Returns the value of attribute voice_enhancement_configs.
9155 9156 9157 |
# File 'sig/types.rbs', line 9155 def voice_enhancement_configs @voice_enhancement_configs end |