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)


13021
13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13021

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)


13021
13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13021

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)


13021
13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13021

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:



13021
13022
13023
13024
13025
13026
13027
13028
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13021

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