Module: Aws::QuickSight::Client::_ListGroupsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListGroupsResponse]
- 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]
3147 |
# File 'sig/client.rbs', line 3147
def group_list: () -> ::Array[Types::Group]
|
#next_token ⇒ ::String
3148 |
# File 'sig/client.rbs', line 3148
def next_token: () -> ::String
|
#request_id ⇒ ::String
3149 |
# File 'sig/client.rbs', line 3149
def request_id: () -> ::String
|
#status ⇒ ::Integer
3150 |
# File 'sig/client.rbs', line 3150
def status: () -> ::Integer
|