Module: Aws::DirectoryServiceData::Client::_SearchGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchGroupsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#directory_id ⇒ ::String
290 |
# File 'sig/client.rbs', line 290
def directory_id: () -> ::String
|
#groups ⇒ ::Array[Types::Group]
291 |
# File 'sig/client.rbs', line 291
def groups: () -> ::Array[Types::Group]
|
#next_token ⇒ ::String
292 |
# File 'sig/client.rbs', line 292
def next_token: () -> ::String
|
#realm ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def realm: () -> ::String
|