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
2337 |
# File 'sig/client.rbs', line 2337
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
2335 |
# File 'sig/client.rbs', line 2335
def next_token: () -> ::String
|
#user_data_list ⇒ ::Array[Types::UserData]
2336 |
# File 'sig/client.rbs', line 2336
def user_data_list: () -> ::Array[Types::UserData]
|