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]
3206 |
# File 'sig/client.rbs', line 3206
def group_list: () -> ::Array[Types::Group]
|
#next_token ⇒ ::String
3207 |
# File 'sig/client.rbs', line 3207
def next_token: () -> ::String
|
#request_id ⇒ ::String
3208 |
# File 'sig/client.rbs', line 3208
def request_id: () -> ::String
|
#status ⇒ ::Integer
3209 |
# File 'sig/client.rbs', line 3209
def status: () -> ::Integer
|