Module: Aws::DirectoryServiceData::Client::_SearchUsersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchUsersResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#directory_id ⇒ ::String
308 |
# File 'sig/client.rbs', line 308
def directory_id: () -> ::String
|
#next_token ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def next_token: () -> ::String
|
#realm ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def realm: () -> ::String
|
#users ⇒ ::Array[Types::User]
311 |
# File 'sig/client.rbs', line 311
def users: () -> ::Array[Types::User]
|