Class: Aws::Types::User

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.



9491
9492
9493
# File 'sig/types.rbs', line 9491

def after_contact_work_configs
  @after_contact_work_configs
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9481
9482
9483
# File 'sig/types.rbs', line 9481

def arn
  @arn
end

#auto_accept_configs::Array[Types::AutoAcceptConfig]

Returns the value of attribute auto_accept_configs.

Returns:



9490
9491
9492
# File 'sig/types.rbs', line 9490

def auto_accept_configs
  @auto_accept_configs
end

#directory_user_id::String

Returns the value of attribute directory_user_id.

Returns:

  • (::String)


9485
9486
9487
# File 'sig/types.rbs', line 9485

def directory_user_id
  @directory_user_id
end

#hierarchy_group_id::String

Returns the value of attribute hierarchy_group_id.

Returns:

  • (::String)


9488
9489
9490
# File 'sig/types.rbs', line 9488

def hierarchy_group_id
  @hierarchy_group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9480
9481
9482
# File 'sig/types.rbs', line 9480

def id
  @id
end

#identity_infoTypes::UserIdentityInfo

Returns the value of attribute identity_info.



9483
9484
9485
# File 'sig/types.rbs', line 9483

def identity_info
  @identity_info
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9496
9497
9498
# File 'sig/types.rbs', line 9496

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9495
9496
9497
# File 'sig/types.rbs', line 9495

def last_modified_time
  @last_modified_time
end

#persistent_connection_configs::Array[Types::PersistentConnectionConfig]

Returns the value of attribute persistent_connection_configs.

Returns:



9493
9494
9495
# File 'sig/types.rbs', line 9493

def persistent_connection_configs
  @persistent_connection_configs
end

#phone_configTypes::UserPhoneConfig

Returns the value of attribute phone_config.



9484
9485
9486
# File 'sig/types.rbs', line 9484

def phone_config
  @phone_config
end

#phone_number_configs::Array[Types::PhoneNumberConfig]

Returns the value of attribute phone_number_configs.

Returns:



9492
9493
9494
# File 'sig/types.rbs', line 9492

def phone_number_configs
  @phone_number_configs
end

#routing_profile_id::String

Returns the value of attribute routing_profile_id.

Returns:

  • (::String)


9487
9488
9489
# File 'sig/types.rbs', line 9487

def routing_profile_id
  @routing_profile_id
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


9486
9487
9488
# File 'sig/types.rbs', line 9486

def security_profile_ids
  @security_profile_ids
end

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

Returns the value of attribute tags.

Returns:

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


9489
9490
9491
# File 'sig/types.rbs', line 9489

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


9482
9483
9484
# File 'sig/types.rbs', line 9482

def username
  @username
end

#voice_enhancement_configs::Array[Types::VoiceEnhancementConfig]

Returns the value of attribute voice_enhancement_configs.

Returns:



9494
9495
9496
# File 'sig/types.rbs', line 9494

def voice_enhancement_configs
  @voice_enhancement_configs
end