Module: Aws::Connect::Client::_ListUserProficienciesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListUserProficienciesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_modified_region ⇒ ::String
- #last_modified_time ⇒ ::Time
- #next_token ⇒ ::String
- #user_proficiency_list ⇒ ::Array[Types::UserProficiency]
Instance Method Details
#last_modified_region ⇒ ::String
3646 |
# File 'sig/client.rbs', line 3646
def last_modified_region: () -> ::String
|
#last_modified_time ⇒ ::Time
3645 |
# File 'sig/client.rbs', line 3645
def last_modified_time: () -> ::Time
|
#next_token ⇒ ::String
3643 |
# File 'sig/client.rbs', line 3643
def next_token: () -> ::String
|
#user_proficiency_list ⇒ ::Array[Types::UserProficiency]
3644 |
# File 'sig/client.rbs', line 3644
def user_proficiency_list: () -> ::Array[Types::UserProficiency]
|