Module: Aws::QuickSight::Client::_ListUserGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListUserGroupsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #group_list ⇒ ::Array[Types::Group]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#group_list ⇒ ::Array[Types::Group]
3209 |
# File 'sig/client.rbs', line 3209
def group_list: () -> ::Array[Types::Group]
|
#next_token ⇒ ::String
3210 |
# File 'sig/client.rbs', line 3210
def next_token: () -> ::String
|
#request_id ⇒ ::String
3211 |
# File 'sig/client.rbs', line 3211
def request_id: () -> ::String
|
#status ⇒ ::Integer
3212 |
# File 'sig/client.rbs', line 3212
def status: () -> ::Integer
|