Module: Aws::QuickSight::Client::_ListUsersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3312 |
# File 'sig/client.rbs', line 3312
def next_token: () -> ::String
|
#request_id ⇒ ::String
3313 |
# File 'sig/client.rbs', line 3313
def request_id: () -> ::String
|
#status ⇒ ::Integer
3314 |
# File 'sig/client.rbs', line 3314
def status: () -> ::Integer
|
#user_list ⇒ ::Array[Types::User]
3311 |
# File 'sig/client.rbs', line 3311
def user_list: () -> ::Array[Types::User]
|