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