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