Class: Aws::Types::CreateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:password])

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_configs::Array[Types::AfterContactWorkConfigPerChannel]

Returns the value of attribute after_contact_work_configs.



1892
1893
1894
# File 'sig/types.rbs', line 1892

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:



1891
1892
1893
# File 'sig/types.rbs', line 1891

def auto_accept_configs
  @auto_accept_configs
end

#directory_user_id::String

Returns the value of attribute directory_user_id.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def directory_user_id
  @directory_user_id
end

#hierarchy_group_id::String

Returns the value of attribute hierarchy_group_id.

Returns:

  • (::String)


1889
1890
1891
# File 'sig/types.rbs', line 1889

def hierarchy_group_id
  @hierarchy_group_id
end

#identity_infoTypes::UserIdentityInfo

Returns the value of attribute identity_info.



1884
1885
1886
# File 'sig/types.rbs', line 1884

def identity_info
  @identity_info
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1890
1891
1892
# File 'sig/types.rbs', line 1890

def instance_id
  @instance_id
end

#password::String

Returns the value of attribute password.

Returns:

  • (::String)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def password
  @password
end

#persistent_connection_configs::Array[Types::PersistentConnectionConfig]

Returns the value of attribute persistent_connection_configs.

Returns:



1894
1895
1896
# File 'sig/types.rbs', line 1894

def persistent_connection_configs
  @persistent_connection_configs
end

#phone_configTypes::UserPhoneConfig

Returns the value of attribute phone_config.



1885
1886
1887
# File 'sig/types.rbs', line 1885

def phone_config
  @phone_config
end

#phone_number_configs::Array[Types::PhoneNumberConfig]

Returns the value of attribute phone_number_configs.

Returns:



1893
1894
1895
# File 'sig/types.rbs', line 1893

def phone_number_configs
  @phone_number_configs
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


1888
1889
1890
# File 'sig/types.rbs', line 1888

def routing_profile_id
  @routing_profile_id
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


1887
1888
1889
# File 'sig/types.rbs', line 1887

def security_profile_ids
  @security_profile_ids
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1896
1897
1898
# File 'sig/types.rbs', line 1896

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def username
  @username
end

#voice_enhancement_configs::Array[Types::VoiceEnhancementConfig]

Returns the value of attribute voice_enhancement_configs.

Returns:



1895
1896
1897
# File 'sig/types.rbs', line 1895

def voice_enhancement_configs
  @voice_enhancement_configs
end