Class: Aws::Types::ListUserProficienciesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUserProficienciesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_proficiency_list ⇒ ::Array[Types::UserProficiency]
Returns the value of attribute user_proficiency_list.
Instance Attribute Details
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5566 5567 5568 |
# File 'sig/types.rbs', line 5566 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5565 5566 5567 |
# File 'sig/types.rbs', line 5565 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5563 5564 5565 |
# File 'sig/types.rbs', line 5563 def next_token @next_token end |
#user_proficiency_list ⇒ ::Array[Types::UserProficiency]
Returns the value of attribute user_proficiency_list.
5564 5565 5566 |
# File 'sig/types.rbs', line 5564 def user_proficiency_list @user_proficiency_list end |