Class: Aws::Connect::Types::ListUserProficienciesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_regionString

The region in which a user’s proficiencies were last modified.

Returns:

  • (String)


12602
12603
12604
12605
12606
12607
12608
12609
# File 'lib/aws-sdk-connect/types.rb', line 12602

class ListUserProficienciesResponse < Struct.new(
  :next_token,
  :user_proficiency_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time that the user’s proficiencies are were modified.

Returns:

  • (Time)


12602
12603
12604
12605
12606
12607
12608
12609
# File 'lib/aws-sdk-connect/types.rb', line 12602

class ListUserProficienciesResponse < Struct.new(
  :next_token,
  :user_proficiency_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


12602
12603
12604
12605
12606
12607
12608
12609
# File 'lib/aws-sdk-connect/types.rb', line 12602

class ListUserProficienciesResponse < Struct.new(
  :next_token,
  :user_proficiency_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end

#user_proficiency_listArray<Types::UserProficiency>

Information about the user proficiencies.

Returns:



12602
12603
12604
12605
12606
12607
12608
12609
# File 'lib/aws-sdk-connect/types.rb', line 12602

class ListUserProficienciesResponse < Struct.new(
  :next_token,
  :user_proficiency_list,
  :last_modified_time,
  :last_modified_region)
  SENSITIVE = []
  include Aws::Structure
end