Class: Aws::Types::User
- Inherits:
-
Object
- Object
- Aws::Types::User
- 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::UserIdentityInfo
Returns the value of attribute identity_info.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
9010 9011 9012 |
# File 'sig/types.rbs', line 9010 def after_contact_work_configs @after_contact_work_configs end |
#arn ⇒ ::String
Returns the value of attribute arn.
9000 9001 9002 |
# File 'sig/types.rbs', line 9000 def arn @arn end |
#auto_accept_configs ⇒ ::Array[Types::AutoAcceptConfig]
Returns the value of attribute auto_accept_configs.
9009 9010 9011 |
# File 'sig/types.rbs', line 9009 def auto_accept_configs @auto_accept_configs end |
#directory_user_id ⇒ ::String
Returns the value of attribute directory_user_id.
9004 9005 9006 |
# File 'sig/types.rbs', line 9004 def directory_user_id @directory_user_id end |
#hierarchy_group_id ⇒ ::String
Returns the value of attribute hierarchy_group_id.
9007 9008 9009 |
# File 'sig/types.rbs', line 9007 def hierarchy_group_id @hierarchy_group_id end |
#id ⇒ ::String
Returns the value of attribute id.
8999 9000 9001 |
# File 'sig/types.rbs', line 8999 def id @id end |
#identity_info ⇒ Types::UserIdentityInfo
Returns the value of attribute identity_info.
9002 9003 9004 |
# File 'sig/types.rbs', line 9002 def identity_info @identity_info end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
9015 9016 9017 |
# File 'sig/types.rbs', line 9015 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9014 9015 9016 |
# File 'sig/types.rbs', line 9014 def last_modified_time @last_modified_time end |
#persistent_connection_configs ⇒ ::Array[Types::PersistentConnectionConfig]
Returns the value of attribute persistent_connection_configs.
9012 9013 9014 |
# File 'sig/types.rbs', line 9012 def persistent_connection_configs @persistent_connection_configs end |
#phone_config ⇒ Types::UserPhoneConfig
Returns the value of attribute phone_config.
9003 9004 9005 |
# File 'sig/types.rbs', line 9003 def phone_config @phone_config end |
#phone_number_configs ⇒ ::Array[Types::PhoneNumberConfig]
Returns the value of attribute phone_number_configs.
9011 9012 9013 |
# File 'sig/types.rbs', line 9011 def phone_number_configs @phone_number_configs end |
#routing_profile_id ⇒ ::String
Returns the value of attribute routing_profile_id.
9006 9007 9008 |
# File 'sig/types.rbs', line 9006 def routing_profile_id @routing_profile_id end |
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
9005 9006 9007 |
# File 'sig/types.rbs', line 9005 def security_profile_ids @security_profile_ids end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9008 9009 9010 |
# File 'sig/types.rbs', line 9008 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
9001 9002 9003 |
# File 'sig/types.rbs', line 9001 def username @username end |
#voice_enhancement_configs ⇒ ::Array[Types::VoiceEnhancementConfig]
Returns the value of attribute voice_enhancement_configs.
9013 9014 9015 |
# File 'sig/types.rbs', line 9013 def voice_enhancement_configs @voice_enhancement_configs end |