Module: Aws::DirectoryServiceData::Client::_ListUsersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListUsersResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #directory_id ⇒ ::String
- #next_token ⇒ ::String
- #realm ⇒ ::String
- #users ⇒ ::Array[Types::UserSummary]
Instance Method Details
#directory_id ⇒ ::String
261 |
# File 'sig/client.rbs', line 261
def directory_id: () -> ::String
|
#next_token ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def next_token: () -> ::String
|
#realm ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def realm: () -> ::String
|
#users ⇒ ::Array[Types::UserSummary]
264 |
# File 'sig/client.rbs', line 264
def users: () -> ::Array[Types::UserSummary]
|