Class: Aws::Connect::Types::ListUserProficienciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListUserProficienciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_region ⇒ String
The region in which a user’s proficiencies were last modified.
-
#last_modified_time ⇒ Time
The last time that the user’s proficiencies are were modified.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#user_proficiency_list ⇒ Array<Types::UserProficiency>
Information about the user proficiencies.
Instance Attribute Details
#last_modified_region ⇒ String
The region in which a user’s proficiencies were last modified.
14381 14382 14383 14384 14385 14386 14387 14388 |
# File 'lib/aws-sdk-connect/types.rb', line 14381 class ListUserProficienciesResponse < Struct.new( :next_token, :user_proficiency_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last time that the user’s proficiencies are were modified.
14381 14382 14383 14384 14385 14386 14387 14388 |
# File 'lib/aws-sdk-connect/types.rb', line 14381 class ListUserProficienciesResponse < Struct.new( :next_token, :user_proficiency_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14381 14382 14383 14384 14385 14386 14387 14388 |
# File 'lib/aws-sdk-connect/types.rb', line 14381 class ListUserProficienciesResponse < Struct.new( :next_token, :user_proficiency_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#user_proficiency_list ⇒ Array<Types::UserProficiency>
Information about the user proficiencies.
14381 14382 14383 14384 14385 14386 14387 14388 |
# File 'lib/aws-sdk-connect/types.rb', line 14381 class ListUserProficienciesResponse < Struct.new( :next_token, :user_proficiency_list, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |