Class: Aws::Types::UserSearchSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after_contact_work_configs::Array[Types::AfterContactWorkConfigPerChannel]

Returns the value of attribute after_contact_work_configs.



9381
9382
9383
# File 'sig/types.rbs', line 9381

def after_contact_work_configs
  @after_contact_work_configs
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9370
9371
9372
# File 'sig/types.rbs', line 9370

def arn
  @arn
end

#auto_accept_configs::Array[Types::AutoAcceptConfig]

Returns the value of attribute auto_accept_configs.

Returns:



9380
9381
9382
# File 'sig/types.rbs', line 9380

def auto_accept_configs
  @auto_accept_configs
end

#directory_user_id::String

Returns the value of attribute directory_user_id.

Returns:

  • (::String)


9371
9372
9373
# File 'sig/types.rbs', line 9371

def directory_user_id
  @directory_user_id
end

#hierarchy_group_id::String

Returns the value of attribute hierarchy_group_id.

Returns:

  • (::String)


9372
9373
9374
# File 'sig/types.rbs', line 9372

def hierarchy_group_id
  @hierarchy_group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9373
9374
9375
# File 'sig/types.rbs', line 9373

def id
  @id
end

#identity_infoTypes::UserIdentityInfoLite

Returns the value of attribute identity_info.



9374
9375
9376
# File 'sig/types.rbs', line 9374

def identity_info
  @identity_info
end

#persistent_connection_configs::Array[Types::PersistentConnectionConfig]

Returns the value of attribute persistent_connection_configs.

Returns:



9383
9384
9385
# File 'sig/types.rbs', line 9383

def persistent_connection_configs
  @persistent_connection_configs
end

#phone_configTypes::UserPhoneConfig

Returns the value of attribute phone_config.



9375
9376
9377
# File 'sig/types.rbs', line 9375

def phone_config
  @phone_config
end

#phone_number_configs::Array[Types::PhoneNumberConfig]

Returns the value of attribute phone_number_configs.

Returns:



9382
9383
9384
# File 'sig/types.rbs', line 9382

def phone_number_configs
  @phone_number_configs
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


9376
9377
9378
# File 'sig/types.rbs', line 9376

def routing_profile_id
  @routing_profile_id
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


9377
9378
9379
# File 'sig/types.rbs', line 9377

def security_profile_ids
  @security_profile_ids
end

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

Returns the value of attribute tags.

Returns:

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


9378
9379
9380
# File 'sig/types.rbs', line 9378

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


9379
9380
9381
# File 'sig/types.rbs', line 9379

def username
  @username
end

#voice_enhancement_configs::Array[Types::VoiceEnhancementConfig]

Returns the value of attribute voice_enhancement_configs.

Returns:



9384
9385
9386
# File 'sig/types.rbs', line 9384

def voice_enhancement_configs
  @voice_enhancement_configs
end