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