Module: Aws::DirectoryServiceData::Client::_ListGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListGroupsResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #directory_id ⇒ ::String
- #groups ⇒ ::Array[Types::GroupSummary]
- #next_token ⇒ ::String
- #realm ⇒ ::String
Instance Method Details
#directory_id ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def directory_id: () -> ::String
|
#groups ⇒ ::Array[Types::GroupSummary]
227 |
# File 'sig/client.rbs', line 227
def groups: () -> ::Array[Types::GroupSummary]
|
#next_token ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def next_token: () -> ::String
|
#realm ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def realm: () -> ::String
|