Module: Aws::Connect::Client::_GetCurrentUserDataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCurrentUserDataResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #user_data_list ⇒ ::Array[Types::UserData]
Instance Method Details
#approximate_total_count ⇒ ::Integer
2368 |
# File 'sig/client.rbs', line 2368
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
2366 |
# File 'sig/client.rbs', line 2366
def next_token: () -> ::String
|
#user_data_list ⇒ ::Array[Types::UserData]
2367 |
# File 'sig/client.rbs', line 2367
def user_data_list: () -> ::Array[Types::UserData]
|