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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


16197
16198
16199
16200
16201
16202
16203
16204
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16197

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)


16197
16198
16199
16200
16201
16202
16203
16204
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16197

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)


16197
16198
16199
16200
16201
16202
16203
16204
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16197

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:



16197
16198
16199
16200
16201
16202
16203
16204
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16197

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