Module: Aws::DirectoryServiceData::Client::_ListGroupsForMemberResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListGroupsForMemberResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #directory_id ⇒ ::String
- #groups ⇒ ::Array[Types::GroupSummary]
- #member_realm ⇒ ::String
- #next_token ⇒ ::String
- #realm ⇒ ::String
Instance Method Details
#directory_id ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def directory_id: () -> ::String
|
#groups ⇒ ::Array[Types::GroupSummary]
243 |
# File 'sig/client.rbs', line 243
def groups: () -> ::Array[Types::GroupSummary]
|
#member_realm ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def member_realm: () -> ::String
|
#next_token ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def next_token: () -> ::String
|
#realm ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def realm: () -> ::String
|